48 lines
1.4 KiB
Java
48 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.fIf, reason: case insensitive filesystem */
|
|
/* loaded from: classes5.dex */
|
|
public final class C12831fIf implements Parcelable, InterfaceC9493dkl {
|
|
public static final Parcelable.Creator<C12831fIf> CREATOR = new IeS();
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
@Override // o.InterfaceC9493dkl
|
|
public final void b(Context context) {
|
|
C14957gcv.e(context, "");
|
|
Activity activity = (Activity) context;
|
|
activity.setResult(0);
|
|
activity.finish();
|
|
}
|
|
|
|
/* renamed from: o.fIf$IeS */
|
|
/* loaded from: classes5.dex */
|
|
public static final class IeS implements Parcelable.Creator<C12831fIf> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C12831fIf createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.readInt();
|
|
return new C12831fIf();
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C12831fIf[] newArray(int i) {
|
|
return new C12831fIf[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeInt(1);
|
|
}
|
|
}
|