what-the-bank/sources/com/google/android/gms/internal/p000authapi/zzd.java

40 lines
1.0 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.gms.internal.p000authapi;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
import android.os.RemoteException;
/* loaded from: classes2.dex */
public class zzd implements IInterface {
private final IBinder zzd;
private final String zze;
public zzd(IBinder iBinder, String str) {
this.zzd = iBinder;
this.zze = str;
}
public final Parcel obtainAndWriteInterfaceToken() {
Parcel obtain = Parcel.obtain();
obtain.writeInterfaceToken(this.zze);
return obtain;
}
public final void transactAndReadExceptionReturnVoid(int i, Parcel parcel) throws RemoteException {
Parcel obtain = Parcel.obtain();
try {
this.zzd.transact(i, parcel, obtain, 0);
obtain.readException();
} finally {
parcel.recycle();
obtain.recycle();
}
}
@Override // android.os.IInterface
public IBinder asBinder() {
return this.zzd;
}
}