52 lines
1.3 KiB
Java
52 lines
1.3 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class syn extends JjC {
|
|
public static final RVV d = new RVV(0);
|
|
public static final Parcelable.Creator<syn> CREATOR = new HBt();
|
|
|
|
public syn() {
|
|
}
|
|
|
|
/* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
|
|
public syn(Parcel parcel) {
|
|
this();
|
|
C14957gcv.e(parcel, "");
|
|
Qp_(parcel);
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class RVV {
|
|
private RVV() {
|
|
}
|
|
|
|
public /* synthetic */ RVV(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class HBt implements Parcelable.Creator<syn> {
|
|
HBt() {
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ syn createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new syn(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ syn[] newArray(int i) {
|
|
return new syn[i];
|
|
}
|
|
}
|
|
|
|
public static final String c(String str) {
|
|
return C14957gcv.b((Object) str, (Object) "DEVICE_NOT_REGISTERED") ? "switch device" : "preregistered";
|
|
}
|
|
}
|