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

35 lines
1.1 KiB
Java

package o;
import android.content.SharedPreferences;
import android.content.res.Resources;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
/* renamed from: o.Cn, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0260Cn extends C16157lj {
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public C0260Cn(Resources resources, SharedPreferences sharedPreferences) {
super(resources, sharedPreferences);
C14957gcv.e(resources, "");
C14957gcv.e(sharedPreferences, "");
}
public static List<C1153Wv> d(C11253ebp c11253ebp) {
C14957gcv.e(c11253ebp, "");
List<JZY> list = c11253ebp.e;
C14957gcv.e(list, "");
ArrayList arrayList = new ArrayList(list instanceof Collection ? list.size() : 10);
for (JZY jzy : list) {
String str = jzy.d;
C14957gcv.c((Object) str, "");
String str2 = jzy.b;
C14957gcv.c((Object) str2, "");
arrayList.add(new C1153Wv(str, str2));
}
return arrayList;
}
}