what-the-bank/sources/com/google/android/gms/auth/account/zze.java

38 lines
1.7 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.gms.auth.account;
import android.accounts.Account;
import android.os.IBinder;
import android.os.Parcel;
import android.os.RemoteException;
/* loaded from: classes.dex */
public final class zze extends com.google.android.gms.internal.auth.zza implements zzc {
/* JADX INFO: Access modifiers changed from: package-private */
public zze(IBinder iBinder) {
super(iBinder, "com.google.android.gms.auth.account.IWorkAccountService");
}
@Override // com.google.android.gms.auth.account.zzc
public final void zzb(boolean z) throws RemoteException {
Parcel obtainAndWriteInterfaceToken = obtainAndWriteInterfaceToken();
com.google.android.gms.internal.auth.zzc.writeBoolean(obtainAndWriteInterfaceToken, z);
transactAndReadExceptionReturnVoid(1, obtainAndWriteInterfaceToken);
}
@Override // com.google.android.gms.auth.account.zzc
public final void zza(zza zzaVar, String str) throws RemoteException {
Parcel obtainAndWriteInterfaceToken = obtainAndWriteInterfaceToken();
com.google.android.gms.internal.auth.zzc.zza(obtainAndWriteInterfaceToken, zzaVar);
obtainAndWriteInterfaceToken.writeString(str);
transactAndReadExceptionReturnVoid(2, obtainAndWriteInterfaceToken);
}
@Override // com.google.android.gms.auth.account.zzc
public final void zza(zza zzaVar, Account account) throws RemoteException {
Parcel obtainAndWriteInterfaceToken = obtainAndWriteInterfaceToken();
com.google.android.gms.internal.auth.zzc.zza(obtainAndWriteInterfaceToken, zzaVar);
com.google.android.gms.internal.auth.zzc.zza(obtainAndWriteInterfaceToken, account);
transactAndReadExceptionReturnVoid(3, obtainAndWriteInterfaceToken);
}
}