package com.google.android.gms.internal.location; import android.os.IBinder; import android.os.IInterface; import android.os.Parcel; import android.os.RemoteException; /* loaded from: classes2.dex */ public class zza implements IInterface { private final IBinder zza; private final String zzb; /* JADX INFO: Access modifiers changed from: protected */ public final Parcel zzA(int i, Parcel parcel) throws RemoteException { Parcel obtain = Parcel.obtain(); try { try { this.zza.transact(i, parcel, obtain, 0); obtain.readException(); return obtain; } catch (RuntimeException e) { obtain.recycle(); throw e; } } finally { parcel.recycle(); } } /* JADX INFO: Access modifiers changed from: protected */ public final void zzB(int i, Parcel parcel) throws RemoteException { Parcel obtain = Parcel.obtain(); try { this.zza.transact(i, parcel, obtain, 0); obtain.readException(); } finally { parcel.recycle(); obtain.recycle(); } } /* JADX INFO: Access modifiers changed from: protected */ public final Parcel zza() { Parcel obtain = Parcel.obtain(); obtain.writeInterfaceToken(this.zzb); return obtain; } @Override // android.os.IInterface public final IBinder asBinder() { return this.zza; } public zza(IBinder iBinder, String str) { this.zza = iBinder; this.zzb = str; } }