package com.google.android.gms.internal.appset; import android.os.IBinder; import android.os.IInterface; import android.os.Parcel; import android.os.RemoteException; /* loaded from: classes3.dex */ public class zza implements IInterface { private final IBinder zza; private final String zzb = "com.google.android.gms.appset.internal.IAppSetService"; public zza(IBinder iBinder, String str) { this.zza = iBinder; } @Override // android.os.IInterface public final IBinder asBinder() { return this.zza; } public final Parcel zza() { Parcel obtain = Parcel.obtain(); obtain.writeInterfaceToken(this.zzb); return obtain; } public final void zzb(int i, Parcel parcel) throws RemoteException { Parcel obtain = Parcel.obtain(); try { this.zza.transact(1, parcel, obtain, 0); obtain.readException(); } finally { parcel.recycle(); obtain.recycle(); } } }