Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/auth/zzd.java
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

70 lines
2.5 KiB
Java

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: classes3.dex */
public final class zzd extends zza implements zzf {
public zzd(IBinder iBinder) {
super(iBinder, "com.google.android.auth.IAuthManagerService");
}
@Override // com.google.android.gms.internal.auth.zzf
public final Bundle zzd(String str, Bundle bundle) throws RemoteException {
Parcel zza = zza();
zza.writeString(str);
zzc.zzc(zza, bundle);
Parcel zzb = zzb(2, zza);
Bundle bundle2 = (Bundle) zzc.zza(zzb, Bundle.CREATOR);
zzb.recycle();
return bundle2;
}
@Override // com.google.android.gms.internal.auth.zzf
public final Bundle zze(Account account, String str, Bundle bundle) throws RemoteException {
Parcel zza = zza();
zzc.zzc(zza, account);
zza.writeString(str);
zzc.zzc(zza, bundle);
Parcel zzb = zzb(5, zza);
Bundle bundle2 = (Bundle) zzc.zza(zzb, Bundle.CREATOR);
zzb.recycle();
return bundle2;
}
@Override // com.google.android.gms.internal.auth.zzf
public final Bundle zzf(Account account) throws RemoteException {
Parcel zza = zza();
zzc.zzc(zza, account);
Parcel zzb = zzb(7, zza);
Bundle bundle = (Bundle) zzc.zza(zzb, Bundle.CREATOR);
zzb.recycle();
return bundle;
}
@Override // com.google.android.gms.internal.auth.zzf
public final Bundle zzg(String str) throws RemoteException {
Parcel zza = zza();
zza.writeString(str);
Parcel zzb = zzb(8, zza);
Bundle bundle = (Bundle) zzc.zza(zzb, Bundle.CREATOR);
zzb.recycle();
return bundle;
}
@Override // com.google.android.gms.internal.auth.zzf
public final AccountChangeEventsResponse zzh(AccountChangeEventsRequest accountChangeEventsRequest) throws RemoteException {
Parcel zza = zza();
zzc.zzc(zza, accountChangeEventsRequest);
Parcel zzb = zzb(3, zza);
AccountChangeEventsResponse accountChangeEventsResponse = (AccountChangeEventsResponse) zzc.zza(zzb, AccountChangeEventsResponse.CREATOR);
zzb.recycle();
return accountChangeEventsResponse;
}
}