75 lines
2.0 KiB
Java
75 lines
2.0 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class NM implements Parcelable {
|
||
|
public static final HBt CREATOR = new HBt(0);
|
||
|
public final bTI c;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public NM(bTI bti) {
|
||
|
this.c = bti;
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
bTI bti = this.c;
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeInt(bti != null ? bti.ordinal() : -1);
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class HBt implements Parcelable.Creator<NM> {
|
||
|
private HBt() {
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ NM createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new NM(parcel);
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ NM[] newArray(int i) {
|
||
|
return new NM[i];
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ HBt(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: Illegal instructions before constructor call */
|
||
|
/*
|
||
|
Code decompiled incorrectly, please refer to instructions dump.
|
||
|
To view partially-correct add '--show-bad-code' argument
|
||
|
*/
|
||
|
public NM(android.os.Parcel r2) {
|
||
|
/*
|
||
|
r1 = this;
|
||
|
java.lang.String r0 = ""
|
||
|
o.C14957gcv.e(r2, r0)
|
||
|
int r2 = r2.readInt()
|
||
|
if (r2 < 0) goto L14
|
||
|
o.bTI[] r0 = o.bTI.values()
|
||
|
r2 = r0[r2]
|
||
|
java.lang.Enum r2 = (java.lang.Enum) r2
|
||
|
goto L15
|
||
|
L14:
|
||
|
r2 = 0
|
||
|
L15:
|
||
|
o.bTI r2 = (o.bTI) r2
|
||
|
r1.<init>(r2)
|
||
|
return
|
||
|
*/
|
||
|
throw new UnsupportedOperationException("Method not decompiled: o.NM.<init>(android.os.Parcel):void");
|
||
|
}
|
||
|
}
|