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

98 lines
3.3 KiB
Java

package o;
import android.content.SharedPreferences;
import android.content.res.Resources;
import com.scb.phone.presentation.mapper.transferandpay.BaseAssetsDisplayMapper;
/* renamed from: o.Bo, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0217Bo extends BaseAssetsDisplayMapper {
private FHl a;
public Sts b;
/* renamed from: o.Bo$Sts */
/* loaded from: classes3.dex */
public enum Sts {
TOPUP,
TRANSFER,
BILLPAYMENT
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public C0217Bo(Resources resources, SharedPreferences sharedPreferences, FHl fHl, String str) {
super(resources, sharedPreferences, str);
C14957gcv.e(resources, "");
C14957gcv.e(sharedPreferences, "");
C14957gcv.e(fHl, "");
C14957gcv.e(str, "");
this.a = fHl;
this.b = Sts.TRANSFER;
}
/* JADX WARN: Code restructure failed: missing block: B:18:0x0069, code lost:
if (r10 == null) goto L36;
*/
/* JADX WARN: Code restructure failed: missing block: B:75:0x019a, code lost:
if (r8.equals("OWN") != false) goto L94;
*/
/* JADX WARN: Code restructure failed: missing block: B:76:0x01a5, code lost:
r26 = false;
r7 = (java.lang.String) o.C6583cXR.c(new java.lang.Object[]{java.lang.Boolean.valueOf(r7), false, r9.b}, -1092823629, 1092823630, (int) java.lang.System.currentTimeMillis());
o.C14957gcv.c((java.lang.Object) r7, "");
*/
/* JADX WARN: Code restructure failed: missing block: B:79:0x01a3, code lost:
if (r8.equals("3RD") != false) goto L94;
*/
/* JADX WARN: Code restructure failed: missing block: B:85:0x008a, code lost:
r16 = "";
*/
/* JADX WARN: Code restructure failed: missing block: B:90:0x0074, code lost:
if (r10 == null) goto L36;
*/
/* JADX WARN: Multi-variable type inference failed */
/* JADX WARN: Type inference failed for: r12v0 */
/* JADX WARN: Type inference failed for: r12v1, types: [int] */
/* JADX WARN: Type inference failed for: r12v2 */
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public final o.C1093Vl b(o.C17434wjF r30) {
/*
Method dump skipped, instructions count: 513
To view this dump add '--comments-level debug' option
*/
throw new UnsupportedOperationException("Method not decompiled: o.C0217Bo.b(o.wjF):o.Vl");
}
/* renamed from: o.Bo$LWm */
/* loaded from: classes3.dex */
public final /* synthetic */ class LWm {
public static final int[] e;
static {
int[] iArr = new int[Sts.values().length];
try {
iArr[Sts.TRANSFER.ordinal()] = 1;
} catch (NoSuchFieldError unused) {
}
try {
iArr[Sts.TOPUP.ordinal()] = 2;
} catch (NoSuchFieldError unused2) {
}
try {
iArr[Sts.BILLPAYMENT.ordinal()] = 3;
} catch (NoSuchFieldError unused3) {
}
e = iArr;
}
}
}