- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
47 lines
1.7 KiB
Java
47 lines
1.7 KiB
Java
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);
|
|
}
|
|
}
|