Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,69 @@
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;
}
}