76 lines
2.2 KiB
Java
76 lines
2.2 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* renamed from: o.Rd, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0905Rd extends EQ implements Parcelable {
|
|
public static final Parcelable.Creator<C0905Rd> CREATOR;
|
|
private final boolean a;
|
|
private final boolean b;
|
|
private final boolean c;
|
|
private final boolean d;
|
|
|
|
@Override // o.EQ, android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C0905Rd(boolean z, boolean z2, boolean z3, boolean z4) {
|
|
this.c = z;
|
|
this.a = z2;
|
|
this.d = z3;
|
|
this.b = z4;
|
|
}
|
|
|
|
/* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
|
|
public C0905Rd(Parcel parcel) {
|
|
this(Byte.valueOf(parcel.readByte()).equals(1), Byte.valueOf(parcel.readByte()).equals(1), Byte.valueOf(parcel.readByte()).equals(1), Byte.valueOf(parcel.readByte()).equals(1));
|
|
C14957gcv.e(parcel, "");
|
|
}
|
|
|
|
@Override // o.EQ, android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeByte(this.c ? (byte) 1 : (byte) 0);
|
|
parcel.writeByte(this.a ? (byte) 1 : (byte) 0);
|
|
parcel.writeByte(this.d ? (byte) 1 : (byte) 0);
|
|
parcel.writeByte(this.b ? (byte) 1 : (byte) 0);
|
|
}
|
|
|
|
/* renamed from: o.Rd$LWm */
|
|
/* loaded from: classes3.dex */
|
|
public static final class LWm {
|
|
private LWm() {
|
|
}
|
|
|
|
public /* synthetic */ LWm(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
/* renamed from: o.Rd$HBt */
|
|
/* loaded from: classes3.dex */
|
|
public static final class HBt implements Parcelable.Creator<C0905Rd> {
|
|
HBt() {
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C0905Rd createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new C0905Rd(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C0905Rd[] newArray(int i) {
|
|
return new C0905Rd[i];
|
|
}
|
|
}
|
|
|
|
static {
|
|
new LWm((byte) 0);
|
|
CREATOR = new HBt();
|
|
}
|
|
}
|