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