65 lines
1.8 KiB
Java
65 lines
1.8 KiB
Java
|
package o;
|
||
|
|
||
|
import android.content.Intent;
|
||
|
import android.content.IntentSender;
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class AcL implements Parcelable {
|
||
|
public static final Parcelable.Creator<AcL> CREATOR = new Parcelable.Creator<AcL>() { // from class: o.AcL.3
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ AcL createFromParcel(Parcel parcel) {
|
||
|
return new AcL(parcel);
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ AcL[] newArray(int i) {
|
||
|
return new AcL[i];
|
||
|
}
|
||
|
};
|
||
|
public final IntentSender a;
|
||
|
public final Intent b;
|
||
|
public final int c;
|
||
|
public final int e;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public AcL(IntentSender intentSender, Intent intent, int i, int i2) {
|
||
|
this.a = intentSender;
|
||
|
this.b = intent;
|
||
|
this.e = i;
|
||
|
this.c = i2;
|
||
|
}
|
||
|
|
||
|
AcL(Parcel parcel) {
|
||
|
this.a = (IntentSender) parcel.readParcelable(IntentSender.class.getClassLoader());
|
||
|
this.b = (Intent) parcel.readParcelable(Intent.class.getClassLoader());
|
||
|
this.e = parcel.readInt();
|
||
|
this.c = parcel.readInt();
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
parcel.writeParcelable(this.a, i);
|
||
|
parcel.writeParcelable(this.b, i);
|
||
|
parcel.writeInt(this.e);
|
||
|
parcel.writeInt(this.c);
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public static final class HBt {
|
||
|
public IntentSender a;
|
||
|
public int b;
|
||
|
public Intent c;
|
||
|
public int d;
|
||
|
|
||
|
public HBt(IntentSender intentSender) {
|
||
|
this.a = intentSender;
|
||
|
}
|
||
|
}
|
||
|
}
|