Example #1
0
 public String c() {
   String s1 = super.c();
   if (s1 != null && s1.length() > 0) {
     return s1;
   } else {
     return c.b();
   }
 }
Example #2
0
 public boolean f() {
   return c.g().booleanValue();
 }
Example #3
0
 public String d() {
   return c.d();
 }
Example #4
0
 public void a(ag ag1, ImageView imageview) {
   ag1.a(c.d(), imageview);
 }