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

46 lines
1.3 KiB
Java

package o;
import android.content.SharedPreferences;
import android.content.res.Resources;
/* renamed from: o.ut, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17220ut extends C16157lj {
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public C17220ut(Resources resources, SharedPreferences sharedPreferences) {
super(resources, sharedPreferences);
C14957gcv.e(resources, "");
C14957gcv.e(sharedPreferences, "");
}
public static String b(C0804Oy c0804Oy) {
String str = c0804Oy.l;
String str2 = c0804Oy.j;
if (RVV.c[c0804Oy.h.ordinal()] != 1) {
return str2;
}
StringBuilder sb = new StringBuilder();
sb.append(str);
sb.append(" (");
sb.append(str2);
sb.append(")");
return sb.toString();
}
/* renamed from: o.ut$RVV */
/* loaded from: classes3.dex */
public final /* synthetic */ class RVV {
public static final int[] c;
static {
int[] iArr = new int[MZT.values().length];
try {
iArr[MZT.CAR.ordinal()] = 1;
} catch (NoSuchFieldError unused) {
}
c = iArr;
}
}
}