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

35 lines
1.0 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.content.SharedPreferences;
import android.content.res.Resources;
/* renamed from: o.oC, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C16412oC extends C16181lx {
private final Resources b;
private final SharedPreferences d;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public C16412oC(Resources resources, SharedPreferences sharedPreferences) {
super(resources, sharedPreferences);
C14957gcv.e(resources, "");
C14957gcv.e(sharedPreferences, "");
this.b = resources;
this.d = sharedPreferences;
}
/* JADX INFO: Access modifiers changed from: protected */
public static String e(String str, String str2) {
C14957gcv.e(str, "");
if (str2 == null) {
return str;
}
StringBuilder sb = new StringBuilder();
sb.append((Object) str);
sb.append(" (");
sb.append(str2);
sb.append(")");
return sb.toString();
}
}