what-the-bank/sources/com/google/android/gms/internal/auth/zzg.java

71 lines
3.5 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.gms.internal.auth;
import android.accounts.Account;
import android.os.Bundle;
import android.os.IBinder;
import android.os.Parcel;
import android.os.RemoteException;
import com.google.android.gms.auth.AccountChangeEventsRequest;
import com.google.android.gms.auth.AccountChangeEventsResponse;
/* loaded from: classes2.dex */
public final class zzg extends zza implements zze {
/* JADX INFO: Access modifiers changed from: package-private */
public zzg(IBinder iBinder) {
super(iBinder, "com.google.android.auth.IAuthManagerService");
}
@Override // com.google.android.gms.internal.auth.zze
public final Bundle zza(String str, Bundle bundle) throws RemoteException {
Parcel obtainAndWriteInterfaceToken = obtainAndWriteInterfaceToken();
obtainAndWriteInterfaceToken.writeString(str);
zzc.zza(obtainAndWriteInterfaceToken, bundle);
Parcel transactAndReadException = transactAndReadException(2, obtainAndWriteInterfaceToken);
Bundle bundle2 = (Bundle) zzc.zza(transactAndReadException, Bundle.CREATOR);
transactAndReadException.recycle();
return bundle2;
}
@Override // com.google.android.gms.internal.auth.zze
public final AccountChangeEventsResponse zza(AccountChangeEventsRequest accountChangeEventsRequest) throws RemoteException {
Parcel obtainAndWriteInterfaceToken = obtainAndWriteInterfaceToken();
zzc.zza(obtainAndWriteInterfaceToken, accountChangeEventsRequest);
Parcel transactAndReadException = transactAndReadException(3, obtainAndWriteInterfaceToken);
AccountChangeEventsResponse accountChangeEventsResponse = (AccountChangeEventsResponse) zzc.zza(transactAndReadException, AccountChangeEventsResponse.CREATOR);
transactAndReadException.recycle();
return accountChangeEventsResponse;
}
@Override // com.google.android.gms.internal.auth.zze
public final Bundle zza(Account account, String str, Bundle bundle) throws RemoteException {
Parcel obtainAndWriteInterfaceToken = obtainAndWriteInterfaceToken();
zzc.zza(obtainAndWriteInterfaceToken, account);
obtainAndWriteInterfaceToken.writeString(str);
zzc.zza(obtainAndWriteInterfaceToken, bundle);
Parcel transactAndReadException = transactAndReadException(5, obtainAndWriteInterfaceToken);
Bundle bundle2 = (Bundle) zzc.zza(transactAndReadException, Bundle.CREATOR);
transactAndReadException.recycle();
return bundle2;
}
@Override // com.google.android.gms.internal.auth.zze
public final Bundle zza(Account account) throws RemoteException {
Parcel obtainAndWriteInterfaceToken = obtainAndWriteInterfaceToken();
zzc.zza(obtainAndWriteInterfaceToken, account);
Parcel transactAndReadException = transactAndReadException(7, obtainAndWriteInterfaceToken);
Bundle bundle = (Bundle) zzc.zza(transactAndReadException, Bundle.CREATOR);
transactAndReadException.recycle();
return bundle;
}
@Override // com.google.android.gms.internal.auth.zze
public final Bundle zza(String str) throws RemoteException {
Parcel obtainAndWriteInterfaceToken = obtainAndWriteInterfaceToken();
obtainAndWriteInterfaceToken.writeString(str);
Parcel transactAndReadException = transactAndReadException(8, obtainAndWriteInterfaceToken);
Bundle bundle = (Bundle) zzc.zza(transactAndReadException, Bundle.CREATOR);
transactAndReadException.recycle();
return bundle;
}
}