Files
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

38 lines
1.3 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: classes2.dex */
public final class zzc extends com.google.android.gms.internal.auth.zza implements zze {
public zzc(IBinder iBinder) {
super(iBinder, "com.google.android.gms.auth.account.IWorkAccountService");
}
@Override // com.google.android.gms.auth.account.zze
public final void zzd(zzb zzbVar, String str) throws RemoteException {
Parcel zza = zza();
com.google.android.gms.internal.auth.zzc.zzd(zza, zzbVar);
zza.writeString(str);
zzc(2, zza);
}
@Override // com.google.android.gms.auth.account.zze
public final void zze(zzb zzbVar, Account account) throws RemoteException {
Parcel zza = zza();
com.google.android.gms.internal.auth.zzc.zzd(zza, zzbVar);
com.google.android.gms.internal.auth.zzc.zzc(zza, account);
zzc(3, zza);
}
@Override // com.google.android.gms.auth.account.zze
public final void zzf(boolean z) throws RemoteException {
Parcel zza = zza();
int i = com.google.android.gms.internal.auth.zzc.zza;
zza.writeInt(z ? 1 : 0);
zzc(1, zza);
}
}