40 lines
1.0 KiB
Java
40 lines
1.0 KiB
Java
package o;
|
|
|
|
import java.util.Iterator;
|
|
|
|
/* renamed from: o.kzC, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C16085kzC extends wRi {
|
|
public final icp a;
|
|
public final Omg b;
|
|
public final Xky c;
|
|
public final str d;
|
|
public final InterfaceC3521azC e;
|
|
private final InterfaceC2070aWe j;
|
|
|
|
@InterfaceC13391fZD
|
|
public C16085kzC(yRw yrw, yRw yrw2, str strVar, InterfaceC2070aWe interfaceC2070aWe, icp icpVar, Omg omg, Xky xky, InterfaceC3521azC interfaceC3521azC) {
|
|
super(yrw, yrw2);
|
|
this.d = strVar;
|
|
this.j = interfaceC2070aWe;
|
|
this.a = icpVar;
|
|
this.b = omg;
|
|
this.c = xky;
|
|
this.e = interfaceC3521azC;
|
|
}
|
|
|
|
public final AbstractC13163fSk d() {
|
|
return e(this.j.e());
|
|
}
|
|
|
|
public final boolean a(String str) {
|
|
Iterator<String> it = this.e.d().iterator();
|
|
while (it.hasNext()) {
|
|
if (str.equalsIgnoreCase(it.next())) {
|
|
return true;
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
}
|