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,46 @@
package com.google.android.gms.internal.p000authapi;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
import android.os.RemoteException;
import com.google.android.gms.auth.api.identity.BeginSignInRequest;
import com.google.android.gms.auth.api.identity.GetPhoneNumberHintIntentRequest;
import com.google.android.gms.auth.api.identity.GetSignInIntentRequest;
import com.google.android.gms.common.api.internal.IStatusCallback;
/* loaded from: classes3.dex */
public final class zbw extends zba implements IInterface {
public zbw(IBinder iBinder) {
super(iBinder, "com.google.android.gms.auth.api.identity.internal.ISignInService");
}
public final void zbc(zbm zbmVar, BeginSignInRequest beginSignInRequest) throws RemoteException {
Parcel zba = zba();
zbc.zbd(zba, zbmVar);
zbc.zbc(zba, beginSignInRequest);
zbb(1, zba);
}
public final void zbd(zbp zbpVar, GetPhoneNumberHintIntentRequest getPhoneNumberHintIntentRequest, String str) throws RemoteException {
Parcel zba = zba();
zbc.zbd(zba, zbpVar);
zbc.zbc(zba, getPhoneNumberHintIntentRequest);
zba.writeString(str);
zbb(4, zba);
}
public final void zbe(zbr zbrVar, GetSignInIntentRequest getSignInIntentRequest) throws RemoteException {
Parcel zba = zba();
zbc.zbd(zba, zbrVar);
zbc.zbc(zba, getSignInIntentRequest);
zbb(3, zba);
}
public final void zbf(IStatusCallback iStatusCallback, String str) throws RemoteException {
Parcel zba = zba();
zbc.zbd(zba, iStatusCallback);
zba.writeString(str);
zbb(2, zba);
}
}