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

47 lines
1.5 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;
import java.util.ArrayList;
import java.util.List;
/* renamed from: o.qy, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16761qy extends C16157lj {
@InterfaceC13391fZD
public C16761qy(Resources resources, SharedPreferences sharedPreferences) {
super(resources, sharedPreferences);
}
public static List<JQ> a(bVN bvn) {
List<DuE> list;
DuE duE;
List<Fsx> list2;
if (bvn != null && (list = bvn.c) != null && (duE = (DuE) C14881gav.e((List) list)) != null && (list2 = duE.e) != null) {
ArrayList arrayList = new ArrayList();
for (Object obj : list2) {
Fsx fsx = (Fsx) obj;
if (fsx.c != null && fsx.d != null) {
arrayList.add(obj);
}
}
ArrayList<Fsx> arrayList2 = arrayList;
C14957gcv.e(arrayList2, "");
ArrayList arrayList3 = new ArrayList(arrayList2.size());
for (Fsx fsx2 : arrayList2) {
String str = fsx2.c;
if (str == null) {
str = "";
}
String str2 = fsx2.d;
if (str2 == null) {
str2 = "";
}
arrayList3.add(new JQ(str, str2));
}
return arrayList3;
}
return C14851gaI.c;
}
}