111 lines
3.0 KiB
Java
111 lines
3.0 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* renamed from: o.Us, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C1059Us implements Parcelable {
|
|
public static final Parcelable.Creator<C1059Us> CREATOR;
|
|
private final String a;
|
|
private final String b;
|
|
private final String c;
|
|
private final String d;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C1059Us(String str, String str2, String str3, String str4) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
this.a = str;
|
|
this.d = str2;
|
|
this.c = str3;
|
|
this.b = str4;
|
|
}
|
|
|
|
/* JADX WARN: Illegal instructions before constructor call */
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct add '--show-bad-code' argument
|
|
*/
|
|
public C1059Us(android.os.Parcel r5) {
|
|
/*
|
|
r4 = this;
|
|
java.lang.String r0 = ""
|
|
o.C14957gcv.e(r5, r0)
|
|
o.C14957gcv.e(r5, r0)
|
|
java.lang.String r1 = r5.readString()
|
|
if (r1 != 0) goto Lf
|
|
r1 = r0
|
|
Lf:
|
|
o.C14957gcv.e(r5, r0)
|
|
java.lang.String r2 = r5.readString()
|
|
if (r2 != 0) goto L19
|
|
r2 = r0
|
|
L19:
|
|
o.C14957gcv.e(r5, r0)
|
|
java.lang.String r3 = r5.readString()
|
|
if (r3 != 0) goto L23
|
|
r3 = r0
|
|
L23:
|
|
o.C14957gcv.e(r5, r0)
|
|
java.lang.String r5 = r5.readString()
|
|
if (r5 != 0) goto L2d
|
|
goto L2e
|
|
L2d:
|
|
r0 = r5
|
|
L2e:
|
|
r4.<init>(r1, r2, r3, r0)
|
|
return
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: o.C1059Us.<init>(android.os.Parcel):void");
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.d);
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.b);
|
|
}
|
|
|
|
/* renamed from: o.Us$IeS */
|
|
/* loaded from: classes3.dex */
|
|
public static final class IeS {
|
|
private IeS() {
|
|
}
|
|
|
|
public /* synthetic */ IeS(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
/* renamed from: o.Us$RVV */
|
|
/* loaded from: classes3.dex */
|
|
public static final class RVV implements Parcelable.Creator<C1059Us> {
|
|
RVV() {
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C1059Us createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new C1059Us(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C1059Us[] newArray(int i) {
|
|
return new C1059Us[i];
|
|
}
|
|
}
|
|
|
|
static {
|
|
new IeS((byte) 0);
|
|
CREATOR = new RVV();
|
|
}
|
|
}
|