27 lines
831 B
Java
27 lines
831 B
Java
package com.google.android.gms.internal.auth;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.RemoteException;
|
|
import com.google.android.gms.auth.api.proxy.ProxyResponse;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public abstract class zzam extends zzb implements zzal {
|
|
public zzam() {
|
|
super("com.google.android.gms.auth.api.internal.IAuthCallbacks");
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.auth.zzb
|
|
protected final boolean dispatchTransaction(int i, Parcel parcel, Parcel parcel2, int i2) throws RemoteException {
|
|
if (i == 1) {
|
|
zza((ProxyResponse) zzc.zza(parcel, ProxyResponse.CREATOR));
|
|
} else {
|
|
if (i != 2) {
|
|
return false;
|
|
}
|
|
zzb(parcel.readString());
|
|
}
|
|
parcel2.writeNoException();
|
|
return true;
|
|
}
|
|
}
|