88 lines
2.5 KiB
Java
88 lines
2.5 KiB
Java
|
package o;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* renamed from: o.Th, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0997Th implements Parcelable {
|
||
|
public static final HBt CREATOR = new HBt(0);
|
||
|
public boolean a;
|
||
|
public Sts b;
|
||
|
public String c;
|
||
|
public String d;
|
||
|
public boolean e;
|
||
|
public String f;
|
||
|
public String g;
|
||
|
public int h;
|
||
|
public int i;
|
||
|
|
||
|
/* renamed from: o.Th$Sts */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public interface Sts extends Parcelable {
|
||
|
void c(Context context);
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public C0997Th() {
|
||
|
this.a = true;
|
||
|
this.i = -1;
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
|
||
|
public C0997Th(Parcel parcel) {
|
||
|
this();
|
||
|
C14957gcv.e(parcel, "");
|
||
|
this.h = parcel.readInt();
|
||
|
this.g = parcel.readString();
|
||
|
this.f = parcel.readString();
|
||
|
this.c = parcel.readString();
|
||
|
this.d = parcel.readString();
|
||
|
this.b = (Sts) parcel.readParcelable(Sts.class.getClassLoader());
|
||
|
this.e = parcel.readByte() != 0;
|
||
|
this.a = parcel.readByte() != 0;
|
||
|
this.i = parcel.readInt();
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeInt(this.h);
|
||
|
parcel.writeString(this.g);
|
||
|
parcel.writeString(this.f);
|
||
|
parcel.writeString(this.c);
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeParcelable(this.b, i);
|
||
|
parcel.writeByte(this.e ? (byte) 1 : (byte) 0);
|
||
|
parcel.writeByte(this.a ? (byte) 1 : (byte) 0);
|
||
|
parcel.writeInt(this.i);
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Th$HBt */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class HBt implements Parcelable.Creator<C0997Th> {
|
||
|
private HBt() {
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C0997Th createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new C0997Th(parcel);
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C0997Th[] newArray(int i) {
|
||
|
return new C0997Th[i];
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ HBt(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
}
|