package a; import android.net.Uri; import android.os.Binder; import android.os.Bundle; import android.os.IBinder; import android.os.IInterface; import android.os.Parcel; /* loaded from: classes.dex */ public interface a extends IInterface { /* renamed from: a.a$a, reason: collision with other inner class name */ public static abstract class AbstractBinderC0000a extends Binder implements a { public AbstractBinderC0000a() { attachInterface(this, "android.support.customtabs.ICustomTabsCallback"); } @Override // android.os.IInterface public IBinder asBinder() { return this; } @Override // android.os.Binder public boolean onTransact(int i10, Parcel parcel, Parcel parcel2, int i11) { if (i10 == 1598968902) { parcel2.writeString("android.support.customtabs.ICustomTabsCallback"); return true; } switch (i10) { case 2: parcel.enforceInterface("android.support.customtabs.ICustomTabsCallback"); y(parcel.readInt(), parcel.readInt() != 0 ? (Bundle) Bundle.CREATOR.createFromParcel(parcel) : null); parcel2.writeNoException(); return true; case 3: parcel.enforceInterface("android.support.customtabs.ICustomTabsCallback"); u(parcel.readString(), parcel.readInt() != 0 ? (Bundle) Bundle.CREATOR.createFromParcel(parcel) : null); parcel2.writeNoException(); return true; case 4: parcel.enforceInterface("android.support.customtabs.ICustomTabsCallback"); F(parcel.readInt() != 0 ? (Bundle) Bundle.CREATOR.createFromParcel(parcel) : null); parcel2.writeNoException(); return true; case 5: parcel.enforceInterface("android.support.customtabs.ICustomTabsCallback"); C(parcel.readString(), parcel.readInt() != 0 ? (Bundle) Bundle.CREATOR.createFromParcel(parcel) : null); parcel2.writeNoException(); return true; case 6: parcel.enforceInterface("android.support.customtabs.ICustomTabsCallback"); H(parcel.readInt(), parcel.readInt() != 0 ? (Uri) Uri.CREATOR.createFromParcel(parcel) : null, parcel.readInt() != 0, parcel.readInt() != 0 ? (Bundle) Bundle.CREATOR.createFromParcel(parcel) : null); parcel2.writeNoException(); return true; case 7: parcel.enforceInterface("android.support.customtabs.ICustomTabsCallback"); Bundle j10 = j(parcel.readString(), parcel.readInt() != 0 ? (Bundle) Bundle.CREATOR.createFromParcel(parcel) : null); parcel2.writeNoException(); if (j10 != null) { parcel2.writeInt(1); j10.writeToParcel(parcel2, 1); } else { parcel2.writeInt(0); } return true; default: return super.onTransact(i10, parcel, parcel2, i11); } } } void C(String str, Bundle bundle); void F(Bundle bundle); void H(int i10, Uri uri, boolean z10, Bundle bundle); Bundle j(String str, Bundle bundle); void u(String str, Bundle bundle); void y(int i10, Bundle bundle); }