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 c(List list) { ArrayList arrayList = new ArrayList(); Iterator it = list.iterator(); while (it.hasNext()) { arrayList.add(it.next().e); } return arrayList; } public static List a(List list) { ArrayList arrayList = new ArrayList(); Iterator it = list.iterator(); while (it.hasNext()) { arrayList.add(it.next().d); } return arrayList; } }