46 lines
1.2 KiB
Java
46 lines
1.2 KiB
Java
package o;
|
|
|
|
import android.content.SharedPreferences;
|
|
import android.content.res.Resources;
|
|
|
|
/* renamed from: o.nI, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C16298nI extends C16157lj {
|
|
private final String b;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
@InterfaceC13391fZD
|
|
public C16298nI(Resources resources, SharedPreferences sharedPreferences, String str) {
|
|
super(resources, sharedPreferences);
|
|
C14957gcv.e(resources, "");
|
|
C14957gcv.e(sharedPreferences, "");
|
|
C14957gcv.e(str, "");
|
|
this.b = str;
|
|
}
|
|
|
|
/* renamed from: o.nI$IeS */
|
|
/* loaded from: classes3.dex */
|
|
public static final class IeS {
|
|
private IeS() {
|
|
}
|
|
|
|
public /* synthetic */ IeS(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public final String k(String str) {
|
|
C14957gcv.e(str, "");
|
|
String str2 = this.b;
|
|
StringBuilder sb = new StringBuilder();
|
|
sb.append(str);
|
|
sb.append("?lang=");
|
|
sb.append(str2);
|
|
return sb.toString();
|
|
}
|
|
|
|
static {
|
|
new IeS((byte) 0);
|
|
}
|
|
}
|