what-the-bank/sources/o/jsI.java

85 lines
3.2 KiB
Java

package o;
import o.AbstractC15351go;
import okhttp3.MediaType;
import okhttp3.MultipartBody;
import okhttp3.RequestBody;
/* loaded from: classes3.dex */
public final class jsI extends C13353fY<RVV> {
private final RsX e;
/* renamed from: o.jsI$5, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass5 extends AbstractC14961gcz implements InterfaceC14894gbR<RVV, fRY> {
private RsX e;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ fRY invoke(RVV rvv) {
RVV rvv2 = rvv;
C14957gcv.e(rvv2, "");
C14957gcv.e("jpg", "");
RequestBody create = RequestBody.Companion.create("jpg", MediaType.Companion.parse("text/plain"));
MultipartBody.Part a = C15600gy.a("imageData", rvv2.i);
String valueOf = String.valueOf(rvv2.g);
C14957gcv.e(valueOf, "");
RequestBody create2 = RequestBody.Companion.create(valueOf, MediaType.Companion.parse("text/plain"));
String valueOf2 = String.valueOf(rvv2.a);
C14957gcv.e(valueOf2, "");
RequestBody create3 = RequestBody.Companion.create(valueOf2, MediaType.Companion.parse("text/plain"));
String valueOf3 = String.valueOf(rvv2.d);
C14957gcv.e(valueOf3, "");
RequestBody create4 = RequestBody.Companion.create(valueOf3, MediaType.Companion.parse("text/plain"));
String valueOf4 = String.valueOf(rvv2.e);
C14957gcv.e(valueOf4, "");
RequestBody create5 = RequestBody.Companion.create(valueOf4, MediaType.Companion.parse("text/plain"));
String valueOf5 = String.valueOf(rvv2.c);
C14957gcv.e(valueOf5, "");
RequestBody create6 = RequestBody.Companion.create(valueOf5, MediaType.Companion.parse("text/plain"));
String valueOf6 = String.valueOf(rvv2.b);
C14957gcv.e(valueOf6, "");
fRY e = fRY.e(this.e.e(new C5844cB(create, a, create3, create2, create4, create5, RequestBody.Companion.create(valueOf6, MediaType.Companion.parse("text/plain")), create6)));
C14957gcv.c(e, "");
return e;
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass5(RsX rsX) {
super(1);
this.e = rsX;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public jsI(yRw yrw, yRw yrw2, RsX rsX) {
super(yrw, yrw2, new AnonymousClass5(rsX));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(rsX, "");
this.e = rsX;
}
/* loaded from: classes3.dex */
public static final class RVV implements AbstractC15351go.HBt {
final int a;
final int b;
final int c;
final int d;
final int e;
final int g;
final String i;
public RVV(String str, int i, int i2, int i3, int i4, int i5, int i6) {
C14957gcv.e(str, "");
this.i = str;
this.a = i;
this.g = i2;
this.d = i3;
this.e = i4;
this.c = i5;
this.b = i6;
}
}
}