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

82 lines
2.3 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.os.Parcel;
import android.os.Parcelable;
/* renamed from: o.Rc, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0904Rc extends EQ implements Parcelable {
public static final Parcelable.Creator<C0904Rc> CREATOR;
private final String a;
private final String b;
private final String c;
private final QY d;
private final String h;
private final String j;
@Override // o.EQ, android.os.Parcelable
public final int describeContents() {
return 0;
}
public C0904Rc(String str, String str2, String str3, String str4, String str5, QY qy) {
this.j = str;
this.a = str2;
this.c = str3;
this.h = str4;
this.b = str5;
this.d = qy;
}
/* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
public C0904Rc(Parcel parcel) {
this(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), (QY) parcel.readParcelable(QY.class.getClassLoader()));
C14957gcv.e(parcel, "");
}
@Override // o.EQ, android.os.Parcelable
public final void writeToParcel(Parcel parcel, int i) {
C14957gcv.e(parcel, "");
parcel.writeString(this.j);
parcel.writeString(this.a);
parcel.writeString(this.c);
parcel.writeString(this.h);
parcel.writeString(this.b);
parcel.writeParcelable(this.d, i);
}
/* renamed from: o.Rc$HBt */
/* loaded from: classes3.dex */
public static final class HBt {
private HBt() {
}
public /* synthetic */ HBt(byte b) {
this();
}
}
/* renamed from: o.Rc$LWm */
/* loaded from: classes3.dex */
public static final class LWm implements Parcelable.Creator<C0904Rc> {
LWm() {
}
@Override // android.os.Parcelable.Creator
public final /* synthetic */ C0904Rc createFromParcel(Parcel parcel) {
C14957gcv.e(parcel, "");
return new C0904Rc(parcel);
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ C0904Rc[] newArray(int i) {
return new C0904Rc[i];
}
}
static {
new HBt((byte) 0);
CREATOR = new LWm();
}
}