46 lines
1.4 KiB
Java
46 lines
1.4 KiB
Java
|
package o;
|
||
|
|
||
|
import android.app.Activity;
|
||
|
import android.content.Context;
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* renamed from: o.fIh, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class C12833fIh implements Parcelable, InterfaceC9493dkl {
|
||
|
public static final Parcelable.Creator<C12833fIh> CREATOR = new Sts();
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC9493dkl
|
||
|
public final void b(Context context) {
|
||
|
C14957gcv.e(context, "");
|
||
|
((Activity) context).finish();
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.fIh$Sts */
|
||
|
/* loaded from: classes5.dex */
|
||
|
public static final class Sts implements Parcelable.Creator<C12833fIh> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C12833fIh createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.readInt();
|
||
|
return new C12833fIh();
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C12833fIh[] newArray(int i) {
|
||
|
return new C12833fIh[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeInt(1);
|
||
|
}
|
||
|
}
|