105 lines
2.8 KiB
Java
105 lines
2.8 KiB
Java
package o;
|
|
|
|
import o.InterfaceC9094ddI;
|
|
import o.ZI;
|
|
|
|
/* renamed from: o.aDO, reason: case insensitive filesystem */
|
|
/* loaded from: classes4.dex */
|
|
public class C1404aDO extends ZI<InterfaceC9094ddI.RVV> {
|
|
public C0917Rn b;
|
|
public final Ndz d;
|
|
public final String e;
|
|
|
|
@InterfaceC13391fZD
|
|
public C1404aDO(C16903sI c16903sI, Ndz ndz, String str) {
|
|
super(c16903sI);
|
|
this.d = ndz;
|
|
this.e = str;
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* renamed from: o.aDO$1, reason: invalid class name */
|
|
/* loaded from: classes4.dex */
|
|
public static /* synthetic */ class AnonymousClass1 {
|
|
static final int[] d;
|
|
|
|
static {
|
|
int[] iArr = new int[YH.values().length];
|
|
d = iArr;
|
|
try {
|
|
iArr[YH.WITHDRAW.ordinal()] = 1;
|
|
} catch (NoSuchFieldError unused) {
|
|
}
|
|
try {
|
|
d[YH.PURCHASE.ordinal()] = 2;
|
|
} catch (NoSuchFieldError unused2) {
|
|
}
|
|
try {
|
|
d[YH.E_COMMERCE.ordinal()] = 3;
|
|
} catch (NoSuchFieldError unused3) {
|
|
}
|
|
}
|
|
}
|
|
|
|
@Override // o.ZI
|
|
public final void w_() {
|
|
super.w_();
|
|
Ndz ndz = this.d;
|
|
if (ndz.h.isDisposed()) {
|
|
return;
|
|
}
|
|
ndz.h.dispose();
|
|
}
|
|
|
|
public static /* synthetic */ void c(final C1404aDO c1404aDO, YH yh, InterfaceC9094ddI.RVV rvv) {
|
|
int i = AnonymousClass1.d[yh.ordinal()];
|
|
if (i == 1) {
|
|
rvv.d();
|
|
} else if (i == 2) {
|
|
rvv.a();
|
|
} else if (i == 3) {
|
|
rvv.c();
|
|
}
|
|
ZI.IeS ieS = new ZI.IeS(c1404aDO) { // from class: o.aDL
|
|
private C1404aDO d;
|
|
|
|
@Override // o.ZI.IeS
|
|
public final void e(Object obj) {
|
|
C1404aDO.e(this.d, (InterfaceC9094ddI.RVV) obj);
|
|
}
|
|
|
|
{
|
|
this.d = c1404aDO;
|
|
}
|
|
};
|
|
if (c1404aDO.f != 0) {
|
|
ieS.e(c1404aDO.f);
|
|
}
|
|
}
|
|
|
|
public static /* synthetic */ void e(C1404aDO c1404aDO, InterfaceC9094ddI.RVV rvv) {
|
|
if (c1404aDO.b.d.contains("CARD_LIMIT_WITHDRAWAL")) {
|
|
rvv.j();
|
|
}
|
|
if (c1404aDO.b.d.contains("CARD_LIMIT_PURCHASE")) {
|
|
rvv.i();
|
|
}
|
|
if (c1404aDO.b.d.contains("CARD_LIMIT_ECOM")) {
|
|
rvv.e();
|
|
}
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public static /* synthetic */ void b(C0917Rn c0917Rn, InterfaceC9094ddI.RVV rvv) {
|
|
if (c0917Rn.d.contains("CARD_LIMIT_WITHDRAWAL")) {
|
|
rvv.c(c0917Rn);
|
|
}
|
|
if (c0917Rn.d.contains("CARD_LIMIT_PURCHASE")) {
|
|
rvv.a(c0917Rn);
|
|
}
|
|
if (c0917Rn.d.contains("CARD_LIMIT_ECOM")) {
|
|
rvv.b();
|
|
}
|
|
}
|
|
}
|