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

52 lines
1.3 KiB
Java

package o;
import android.content.SharedPreferences;
import android.content.res.Resources;
/* renamed from: o.qI, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16673qI extends C16157lj {
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public C16673qI(Resources resources, SharedPreferences sharedPreferences) {
super(resources, sharedPreferences);
C14957gcv.e(resources, "");
C14957gcv.e(sharedPreferences, "");
}
/* renamed from: o.qI$Sts */
/* loaded from: classes3.dex */
public static final class Sts {
private Sts() {
}
public /* synthetic */ Sts(byte b) {
this();
}
}
public static KH e(XcE xcE) {
String str = xcE.e;
int i = xcE.b;
String str2 = xcE.d;
if (str2 == null) {
str2 = "";
}
String str3 = xcE.c;
if (str3 == null) {
str3 = "";
}
StringBuilder sb = new StringBuilder();
sb.append(str2);
sb.append(" ");
sb.append(str3);
String obj = sb.toString();
String str4 = xcE.a;
return new KH(str, i, obj, str4 != null ? str4 : "");
}
static {
new Sts((byte) 0);
}
}