63 lines
1.7 KiB
Java
63 lines
1.7 KiB
Java
package o;
|
|
|
|
import android.net.Uri;
|
|
import java.util.HashMap;
|
|
import o.InterfaceC9147deI;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class aJJ extends ZI<InterfaceC9147deI.IeS> {
|
|
public final hKK a;
|
|
public final C12374ewx b;
|
|
private final xNu c;
|
|
public final Fnl d;
|
|
public String e;
|
|
private final C17127uD g;
|
|
private final C16903sI i;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
@InterfaceC13391fZD
|
|
public aJJ(C16903sI c16903sI, xNu xnu, hKK hkk, C12374ewx c12374ewx, Fnl fnl, C17127uD c17127uD) {
|
|
super(c16903sI);
|
|
C14957gcv.e(xnu, "");
|
|
C14957gcv.e(hkk, "");
|
|
C14957gcv.e(c12374ewx, "");
|
|
C14957gcv.e(fnl, "");
|
|
C14957gcv.e(c17127uD, "");
|
|
this.i = c16903sI;
|
|
this.c = xnu;
|
|
this.a = hkk;
|
|
this.b = c12374ewx;
|
|
this.d = fnl;
|
|
this.g = c17127uD;
|
|
}
|
|
|
|
@Override // o.ZI
|
|
public final void w_() {
|
|
super.w_();
|
|
xNu xnu = this.c;
|
|
if (xnu.h.isDisposed()) {
|
|
return;
|
|
}
|
|
xnu.h.dispose();
|
|
}
|
|
|
|
public static /* synthetic */ void d(aJJ ajj, String str, String str2, String str3, InterfaceC9147deI.IeS ieS) {
|
|
C14957gcv.e(ajj, "");
|
|
if (ajj.a.b.b() != null) {
|
|
ieS.W_();
|
|
return;
|
|
}
|
|
String decode = Uri.decode(str);
|
|
C17127uD c17127uD = ajj.g;
|
|
ieS.b((HashMap) C17127uD.b(new Object[]{c17127uD, decode, str2, str3}, -1679596906, 1679596907, System.identityHashCode(c17127uD)));
|
|
}
|
|
|
|
public static /* synthetic */ void c(boolean z, InterfaceC9147deI.IeS ieS) {
|
|
if (z) {
|
|
ieS.a();
|
|
} else {
|
|
ieS.e();
|
|
}
|
|
}
|
|
}
|