19 lines
567 B
Java
19 lines
567 B
Java
|
package com.google.android.gms.internal.auth;
|
||
|
|
||
|
import android.os.IBinder;
|
||
|
import android.os.IInterface;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public abstract class zzf extends zzb implements zze {
|
||
|
public static zze zza(IBinder iBinder) {
|
||
|
if (iBinder == null) {
|
||
|
return null;
|
||
|
}
|
||
|
IInterface queryLocalInterface = iBinder.queryLocalInterface("com.google.android.auth.IAuthManagerService");
|
||
|
if (queryLocalInterface instanceof zze) {
|
||
|
return (zze) queryLocalInterface;
|
||
|
}
|
||
|
return new zzg(iBinder);
|
||
|
}
|
||
|
}
|