85 lines
2.4 KiB
Java
85 lines
2.4 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* renamed from: o.Rb, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0903Rb extends EQ implements Parcelable {
|
|
public static final Parcelable.Creator<C0903Rb> CREATOR;
|
|
private final String a;
|
|
private final String b;
|
|
private final String c;
|
|
private final String d;
|
|
private final String g;
|
|
private final String i;
|
|
private final String j;
|
|
|
|
@Override // o.EQ, android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C0903Rb(String str, String str2, String str3, String str4, String str5, String str6, String str7) {
|
|
this.g = str;
|
|
this.a = str2;
|
|
this.i = str3;
|
|
this.j = str4;
|
|
this.c = str5;
|
|
this.b = str6;
|
|
this.d = str7;
|
|
}
|
|
|
|
/* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
|
|
public C0903Rb(Parcel parcel) {
|
|
this(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString());
|
|
C14957gcv.e(parcel, "");
|
|
}
|
|
|
|
@Override // o.EQ, android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.g);
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.i);
|
|
parcel.writeString(this.j);
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.b);
|
|
parcel.writeString(this.d);
|
|
}
|
|
|
|
/* renamed from: o.Rb$IeS */
|
|
/* loaded from: classes3.dex */
|
|
public static final class IeS {
|
|
private IeS() {
|
|
}
|
|
|
|
public /* synthetic */ IeS(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
/* renamed from: o.Rb$LWm */
|
|
/* loaded from: classes3.dex */
|
|
public static final class LWm implements Parcelable.Creator<C0903Rb> {
|
|
LWm() {
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C0903Rb createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new C0903Rb(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C0903Rb[] newArray(int i) {
|
|
return new C0903Rb[i];
|
|
}
|
|
}
|
|
|
|
static {
|
|
new IeS((byte) 0);
|
|
CREATOR = new LWm();
|
|
}
|
|
}
|