- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
19 lines
607 B
Java
19 lines
607 B
Java
package com.google.android.gms.internal.measurement;
|
|
|
|
import android.os.IBinder;
|
|
import android.os.IInterface;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public abstract class zzby extends zzbx implements zzbz {
|
|
public static zzbz zza(IBinder iBinder) {
|
|
if (iBinder == null) {
|
|
return null;
|
|
}
|
|
IInterface queryLocalInterface = iBinder.queryLocalInterface("com.google.android.finsky.externalreferrer.IGetInstallReferrerService");
|
|
if (queryLocalInterface instanceof zzbz) {
|
|
return (zzbz) queryLocalInterface;
|
|
}
|
|
return new zzca(iBinder);
|
|
}
|
|
}
|