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

93 lines
2.5 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import o.C15715hv;
import o.InterfaceC9391dip;
import o.tJR;
/* renamed from: o.bBw */
/* loaded from: classes4.dex */
public final class C3632bBw extends ZI<InterfaceC9391dip.Sts> {
public YV a;
public C0816Pb b;
public final iRl c;
public boolean d;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public C3632bBw(iRl irl, C16903sI c16903sI) {
super(c16903sI);
C14957gcv.e(irl, "");
C14957gcv.e(c16903sI, "");
this.c = irl;
}
public static /* synthetic */ void e(C3632bBw c3632bBw, boolean z, InterfaceC9391dip.Sts sts) {
C14957gcv.e(c3632bBw, "");
C0816Pb c0816Pb = c3632bBw.b;
YV yv = null;
if (c0816Pb == null) {
C14957gcv.a("");
c0816Pb = null;
}
YV yv2 = c3632bBw.a;
if (yv2 == null) {
C14957gcv.a("");
} else {
yv = yv2;
}
sts.a(c0816Pb, z, yv);
}
public static /* synthetic */ void c(C3632bBw c3632bBw, InterfaceC9391dip.Sts sts) {
int i;
C14957gcv.e(c3632bBw, "");
if (c3632bBw.d) {
i = C15715hv.tOB.auto_saved_slip;
} else {
i = C15715hv.tOB.saved_slip;
}
sts.c(i);
}
public static /* synthetic */ void a(YV yv, C0816Pb c0816Pb, C3632bBw c3632bBw, InterfaceC9391dip.Sts sts) {
C14957gcv.e(yv, "");
C14957gcv.e(c0816Pb, "");
C14957gcv.e(c3632bBw, "");
int i = Sts.b[yv.ordinal()];
if (i == 1) {
sts.b(c0816Pb);
} else if (i == 2) {
sts.d(c0816Pb);
tJR.LWm lWm = tJR.a;
sts.a(tJR.LWm.d("mfport_suit_success"));
}
if (!c3632bBw.d) {
sts.d();
return;
}
bBC bbc = new bBC(c3632bBw, false);
if (c3632bBw.f != 0) {
bbc.e(c3632bBw.f);
}
}
/* renamed from: o.bBw$Sts */
/* loaded from: classes4.dex */
public final /* synthetic */ class Sts {
public static final int[] b;
static {
int[] iArr = new int[YV.values().length];
try {
iArr[YV.OLD_SUITABILITY.ordinal()] = 1;
} catch (NoSuchFieldError unused) {
}
try {
iArr[YV.NEW_SUITABILITY.ordinal()] = 2;
} catch (NoSuchFieldError unused2) {
}
b = iArr;
}
}
}