- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
19 lines
590 B
Java
19 lines
590 B
Java
package com.google.android.gms.internal.drive;
|
|
|
|
import android.os.IBinder;
|
|
import android.os.IInterface;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public abstract class zzev extends zzb implements zzeu {
|
|
public static zzeu zza(IBinder iBinder) {
|
|
if (iBinder == null) {
|
|
return null;
|
|
}
|
|
IInterface queryLocalInterface = iBinder.queryLocalInterface("com.google.android.gms.drive.internal.IEventReleaseCallback");
|
|
if (queryLocalInterface instanceof zzeu) {
|
|
return (zzeu) queryLocalInterface;
|
|
}
|
|
return new zzew(iBinder);
|
|
}
|
|
}
|