38 lines
1.7 KiB
Java
38 lines
1.7 KiB
Java
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);
|
|
}
|
|
}
|