59 lines
1.7 KiB
Java
59 lines
1.7 KiB
Java
package o;
|
|
|
|
import kotlin.NoWhenBranchMatchedException;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class EBZ extends wRi {
|
|
private final InterfaceC0773Ogw a;
|
|
private final tQD d;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
@InterfaceC13391fZD
|
|
public EBZ(yRw yrw, yRw yrw2, InterfaceC0773Ogw interfaceC0773Ogw, tQD tqd) {
|
|
super(yrw, yrw2);
|
|
C14957gcv.e(yrw, "");
|
|
C14957gcv.e(yrw2, "");
|
|
C14957gcv.e(interfaceC0773Ogw, "");
|
|
C14957gcv.e(tqd, "");
|
|
this.a = interfaceC0773Ogw;
|
|
this.d = tqd;
|
|
}
|
|
|
|
public final AbstractC13163fSk<Dne> d(String str, String str2, String str3, String str4) {
|
|
AbstractC13175fSw<Dne> e;
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
int i = RVV.e[this.d.f().ordinal()];
|
|
if (i == 1) {
|
|
e = this.a.e(str, str2, str3, str4);
|
|
} else {
|
|
if (i != 2) {
|
|
throw new NoWhenBranchMatchedException();
|
|
}
|
|
e = this.d.e(str, str2, str3, str4);
|
|
}
|
|
C13377fYp c13377fYp = new C13377fYp(e);
|
|
e(c13377fYp);
|
|
C14957gcv.c(c13377fYp, "");
|
|
return c13377fYp;
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final /* synthetic */ class RVV {
|
|
public static final int[] e;
|
|
|
|
static {
|
|
int[] iArr = new int[bTI.values().length];
|
|
try {
|
|
iArr[bTI.CONSUMER.ordinal()] = 1;
|
|
} catch (NoSuchFieldError unused) {
|
|
}
|
|
try {
|
|
iArr[bTI.BUSINESS_OWNER.ordinal()] = 2;
|
|
} catch (NoSuchFieldError unused2) {
|
|
}
|
|
e = iArr;
|
|
}
|
|
}
|
|
}
|