what-the-bank/sources/o/ZQ.java

129 lines
3.4 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import o.C0690Mh;
import o.InterfaceC6616cYA;
import o.ZI;
/* loaded from: classes3.dex */
public final class ZQ extends ZI<InterfaceC6616cYA.LWm> {
public String a;
public String c;
public final C16165lo d;
public String e;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public ZQ(C16165lo c16165lo, C16903sI c16903sI) {
super(c16903sI);
C14957gcv.e(c16165lo, "");
C14957gcv.e(c16903sI, "");
this.d = c16165lo;
}
public final C0690Mh a(C0690Mh.IeS ieS, String str, final String str2) {
C0690Mh c0690Mh = new C0690Mh();
c0690Mh.b = str;
c0690Mh.e = ieS;
if (ieS == C0690Mh.IeS.CUSTOM) {
Runnable runnable = new Runnable(this, str2) { // from class: o.ZS
private String b;
private ZQ d;
@Override // java.lang.Runnable
public final void run() {
ZQ.d(this.d, this.b);
}
{
this.d = this;
this.b = str2;
}
};
c0690Mh.e = C0690Mh.IeS.CUSTOM;
c0690Mh.d = runnable;
}
C14957gcv.c(c0690Mh, "");
return c0690Mh;
}
/* loaded from: classes3.dex */
public static final class IeS {
private IeS() {
}
public /* synthetic */ IeS(byte b) {
this();
}
}
public static /* synthetic */ void d(ZQ zq, final String str) {
C14957gcv.e(zq, "");
ZI.IeS ieS = new ZI.IeS(str) { // from class: o.ZU
private String d;
@Override // o.ZI.IeS
public final void e(Object obj) {
ZQ.e(this.d, (InterfaceC6616cYA.LWm) obj);
}
{
this.d = str;
}
};
if (zq.f != 0) {
ieS.e(zq.f);
}
}
public static /* synthetic */ void b(ZQ zq, String str, InterfaceC6616cYA.LWm lWm) {
C14957gcv.e(zq, "");
C14957gcv.e(str, "");
String str2 = zq.a;
if (str2 == null) {
str2 = "";
}
String str3 = zq.e;
lWm.a_(str2, str3 != null ? str3 : "", str);
}
public static /* synthetic */ void e(String str, InterfaceC6616cYA.LWm lWm) {
if (str == null) {
str = "";
}
lWm.f_(str);
}
public static /* synthetic */ void e(ZQ zq, String str, InterfaceC6616cYA.LWm lWm) {
C14957gcv.e(zq, "");
C14957gcv.e(str, "");
String str2 = zq.e;
lWm.b_(str2 != null ? str2 : "", str);
}
public static /* synthetic */ void e(String str, ZQ zq, String str2, String str3, String str4, ET et, ET et2, String str5, InterfaceC6616cYA.LWm lWm) {
InterfaceC6616cYA.LWm lWm2;
String str6;
String str7 = "";
C14957gcv.e(zq, "");
lWm.a(str, zq.d.a(str2), str3, str4, et, et2, zq.e);
String str8 = zq.a;
if (str8 == null) {
str8 = "";
}
String str9 = zq.e;
if (str9 == null) {
str6 = str5;
lWm2 = lWm;
} else {
lWm2 = lWm;
str7 = str9;
str6 = str5;
}
lWm2.a_(str8, str7, str6);
}
static {
new IeS((byte) 0);
}
}