- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
34 lines
1.2 KiB
Java
34 lines
1.2 KiB
Java
package com.google.android.gms.internal.fido;
|
|
|
|
import android.os.IBinder;
|
|
import android.os.IInterface;
|
|
import android.os.Parcel;
|
|
import android.os.RemoteException;
|
|
import com.google.android.gms.fido.u2f.api.common.RegisterRequestParams;
|
|
import com.google.android.gms.fido.u2f.api.common.SignRequestParams;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzw extends zza implements IInterface {
|
|
public zzw(IBinder iBinder) {
|
|
super(iBinder, "com.google.android.gms.fido.u2f.internal.regular.IU2fAppService");
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public final void zzc(zzv zzvVar, RegisterRequestParams registerRequestParams) throws RemoteException {
|
|
Parcel zza = zza();
|
|
int i = zzc.zza;
|
|
zza.writeStrongBinder(zzvVar);
|
|
zzc.zzd(zza, registerRequestParams);
|
|
zzb(1, zza);
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public final void zzd(zzv zzvVar, SignRequestParams signRequestParams) throws RemoteException {
|
|
Parcel zza = zza();
|
|
int i = zzc.zza;
|
|
zza.writeStrongBinder(zzvVar);
|
|
zzc.zzd(zza, signRequestParams);
|
|
zzb(2, zza);
|
|
}
|
|
}
|