package o; import java.util.Collection; import java.util.Iterator; import java.util.List; /* renamed from: o.cYa, reason: case insensitive filesystem */ /* loaded from: classes4.dex */ public final class C6623cYa { @InterfaceC13391fZD public C6623cYa() { } private static boolean e(OZ oz) { List list = oz.e; if ((list instanceof Collection) && list.isEmpty()) { return false; } Iterator it = list.iterator(); while (it.hasNext()) { if (((OW) it.next()).b) { return true; } } return false; } public static boolean d(C0819Pd c0819Pd) { List list; if (c0819Pd == null || (list = c0819Pd.c) == null) { return false; } List list2 = list; if (!(list2 instanceof Collection) || !list2.isEmpty()) { Iterator it = list2.iterator(); while (it.hasNext()) { if (!e((OZ) it.next())) { return false; } } } return true; } }