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

35 lines
981 B
Java

package o;
import android.content.SharedPreferences;
import android.content.res.Resources;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
/* renamed from: o.vQ, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17269vQ extends C16157lj {
@InterfaceC13391fZD
public C17269vQ(Resources resources, SharedPreferences sharedPreferences) {
super(resources, sharedPreferences);
}
public static List<String> c(List<eBF> list) {
ArrayList arrayList = new ArrayList();
Iterator<eBF> it = list.iterator();
while (it.hasNext()) {
arrayList.add(it.next().e);
}
return arrayList;
}
public static List<String> a(List<eBF> list) {
ArrayList arrayList = new ArrayList();
Iterator<eBF> it = list.iterator();
while (it.hasNext()) {
arrayList.add(it.next().d);
}
return arrayList;
}
}