47 lines
1.2 KiB
Java
47 lines
1.2 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* renamed from: o.tAs, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C17002tAs extends JjC {
|
|
public static final RVV CREATOR = new RVV(0);
|
|
|
|
@Override // o.JjC, android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C17002tAs() {
|
|
}
|
|
|
|
/* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
|
|
public C17002tAs(Parcel parcel) {
|
|
this();
|
|
C14957gcv.e(parcel, "");
|
|
}
|
|
|
|
/* renamed from: o.tAs$RVV */
|
|
/* loaded from: classes3.dex */
|
|
public static final class RVV implements Parcelable.Creator<C17002tAs> {
|
|
private RVV() {
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C17002tAs createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new C17002tAs(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C17002tAs[] newArray(int i) {
|
|
return new C17002tAs[i];
|
|
}
|
|
|
|
public /* synthetic */ RVV(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
}
|