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

41 lines
1.2 KiB
Java

package o;
/* renamed from: o.bwh, reason: case insensitive filesystem */
/* loaded from: classes4.dex */
public final class C5631bwh extends C5134bnM<InterfaceC9305dhI> {
public final C0899RDe c;
public final Ilp e;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public C5631bwh(C16903sI c16903sI, hKK hkk, Ilp ilp, C0899RDe c0899RDe) {
super(c16903sI, hkk, c0899RDe);
C14957gcv.e(c16903sI, "");
C14957gcv.e(hkk, "");
C14957gcv.e(ilp, "");
C14957gcv.e(c0899RDe, "");
this.e = ilp;
this.c = c0899RDe;
}
private static EVU e(String str) {
EVU evu;
if (str != null) {
try {
evu = EVU.valueOf(C2974aoj.b(str));
} catch (IllegalArgumentException unused) {
evu = EVU.GENERAL;
}
if (evu != null) {
return evu;
}
}
return EVU.GENERAL;
}
public static /* synthetic */ void e(C5631bwh c5631bwh, String str, String str2, InterfaceC9305dhI interfaceC9305dhI) {
C14957gcv.e(c5631bwh, "");
interfaceC9305dhI.c(e(str), str2);
}
}