60 lines
1.5 KiB
Java
60 lines
1.5 KiB
Java
package o;
|
|
|
|
import android.net.Uri;
|
|
import o.InterfaceC9025dbt;
|
|
import o.ZI;
|
|
|
|
/* renamed from: o.agE, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C2520agE extends ZI<InterfaceC9025dbt.IeS> {
|
|
public final C16131lZ e;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
@InterfaceC13391fZD
|
|
public C2520agE(C16131lZ c16131lZ, C16903sI c16903sI) {
|
|
super(c16903sI);
|
|
C14957gcv.e(c16131lZ, "");
|
|
C14957gcv.e(c16903sI, "");
|
|
this.e = c16131lZ;
|
|
}
|
|
|
|
/* renamed from: o.agE$RVV */
|
|
/* loaded from: classes3.dex */
|
|
public static final class RVV {
|
|
private RVV() {
|
|
}
|
|
|
|
public /* synthetic */ RVV(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public final void UZ_(Uri uri) {
|
|
if (gdZ.e(String.valueOf(uri), "scbeasy://", false)) {
|
|
return;
|
|
}
|
|
ZI.IeS ieS = new ZI.IeS() { // from class: o.agF
|
|
@Override // o.ZI.IeS
|
|
public final void e(Object obj) {
|
|
((InterfaceC9025dbt.IeS) obj).d();
|
|
}
|
|
};
|
|
if (this.f != 0) {
|
|
ieS.e(this.f);
|
|
}
|
|
}
|
|
|
|
public static boolean b(String str) {
|
|
return gdZ.e(str, "scbeasy://", false);
|
|
}
|
|
|
|
public static /* synthetic */ void a(String str, InterfaceC9025dbt.IeS ieS) {
|
|
C14957gcv.e(str, "");
|
|
ieS.a(str);
|
|
}
|
|
|
|
static {
|
|
new RVV((byte) 0);
|
|
}
|
|
}
|