package n8;

import android.os.Binder;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
import android.os.Parcelable;
import android.os.RemoteException;
import androidx.annotation.Nullable;
import com.google.android.gms.common.api.Status;

/* JADX INFO: loaded from: classes2.dex */
public abstract class c extends Binder implements d, IInterface {
    @Override // android.os.Binder
    /* JADX INFO: renamed from: G, reason: merged with bridge method [inline-methods] */
    public final boolean onTransact(int i10, Parcel parcel, Parcel parcel2, int i11) throws RemoteException {
        if (i10 <= 16777215) {
            parcel.enforceInterface(getInterfaceDescriptor());
        } else if (super.onTransact(i10, parcel, parcel2, i11)) {
            return true;
        }
        if (i10 != 1) {
            return false;
        }
        Parcelable.Creator<Status> creator = Status.CREATOR;
        int i12 = a.f31100a;
        zzb(parcel.readInt() == 0 ? null : creator.createFromParcel(parcel), parcel.readInt() != 0 ? z7.d.CREATOR.createFromParcel(parcel) : null);
        return true;
    }

    @Override // android.os.IInterface
    public final IBinder asBinder() {
        return this;
    }

    @Override // n8.d
    public abstract /* synthetic */ void zzb(Status status, @Nullable z7.d dVar) throws RemoteException;
}
