54 lines
1.6 KiB
Java
54 lines
1.6 KiB
Java
|
package o;
|
||
|
|
||
|
import android.content.SharedPreferences;
|
||
|
import android.content.res.Resources;
|
||
|
import java.util.ArrayList;
|
||
|
import java.util.Collection;
|
||
|
import java.util.Iterator;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* renamed from: o.rl, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C16843rl extends C16837ri {
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
@InterfaceC13391fZD
|
||
|
public C16843rl(Resources resources, SharedPreferences sharedPreferences, String str) {
|
||
|
super(resources, sharedPreferences, str);
|
||
|
C14957gcv.e(resources, "");
|
||
|
C14957gcv.e(sharedPreferences, "");
|
||
|
C14957gcv.e(str, "");
|
||
|
}
|
||
|
|
||
|
public final KO c(CfB cfB) {
|
||
|
C14957gcv.e(cfB, "");
|
||
|
KO ko = new KO();
|
||
|
String str = cfB.d;
|
||
|
C14957gcv.e(str, "");
|
||
|
ko.a = str;
|
||
|
String str2 = cfB.b;
|
||
|
C14957gcv.e(str2, "");
|
||
|
ko.c = str2;
|
||
|
ko.g = cfB.a;
|
||
|
String str3 = cfB.c;
|
||
|
C14957gcv.e(str3, "");
|
||
|
ko.j = str3;
|
||
|
String str4 = cfB.i;
|
||
|
C14957gcv.e(str4, "");
|
||
|
ko.d = str4;
|
||
|
String str5 = cfB.j;
|
||
|
C14957gcv.e(str5, "");
|
||
|
ko.b = str5;
|
||
|
List<mbH> list = cfB.e;
|
||
|
C14957gcv.e(list, "");
|
||
|
ArrayList arrayList = new ArrayList(list instanceof Collection ? list.size() : 10);
|
||
|
Iterator<T> it = list.iterator();
|
||
|
while (it.hasNext()) {
|
||
|
arrayList.add(a((mbH) it.next()));
|
||
|
}
|
||
|
ArrayList arrayList2 = arrayList;
|
||
|
C14957gcv.e(arrayList2, "");
|
||
|
ko.e = arrayList2;
|
||
|
return ko;
|
||
|
}
|
||
|
}
|