what-the-bank/sources/com/google/android/gms/internal/p001authapiphone/zzb.java

43 lines
1.1 KiB
Java

package com.google.android.gms.internal.p001authapiphone;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
import android.os.RemoteException;
/* loaded from: classes2.dex */
public class zzb implements IInterface {
private final IBinder zza;
private final String zzb;
/* JADX INFO: Access modifiers changed from: protected */
public zzb(IBinder iBinder, String str) {
this.zza = iBinder;
this.zzb = str;
}
/* JADX INFO: Access modifiers changed from: protected */
public final Parcel zza() {
Parcel obtain = Parcel.obtain();
obtain.writeInterfaceToken(this.zzb);
return obtain;
}
/* JADX INFO: Access modifiers changed from: protected */
public final void zza(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();
}
}
@Override // android.os.IInterface
public IBinder asBinder() {
return this.zza;
}
}