- 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
47 lines
1.1 KiB
Java
47 lines
1.1 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.os.Bundle;
|
|
import android.os.IInterface;
|
|
import android.os.RemoteException;
|
|
import com.google.android.gms.dynamic.IObjectWrapper;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public interface zzbgl extends IInterface {
|
|
double zzb() throws RemoteException;
|
|
|
|
Bundle zzc() throws RemoteException;
|
|
|
|
com.google.android.gms.ads.internal.client.zzeb zzd() throws RemoteException;
|
|
|
|
zzbfp zze() throws RemoteException;
|
|
|
|
zzbfw zzf() throws RemoteException;
|
|
|
|
IObjectWrapper zzg() throws RemoteException;
|
|
|
|
IObjectWrapper zzh() throws RemoteException;
|
|
|
|
String zzi() throws RemoteException;
|
|
|
|
String zzj() throws RemoteException;
|
|
|
|
String zzk() throws RemoteException;
|
|
|
|
String zzl() throws RemoteException;
|
|
|
|
String zzm() throws RemoteException;
|
|
|
|
String zzn() throws RemoteException;
|
|
|
|
List zzo() throws RemoteException;
|
|
|
|
void zzp() throws RemoteException;
|
|
|
|
void zzq(Bundle bundle) throws RemoteException;
|
|
|
|
void zzr(Bundle bundle) throws RemoteException;
|
|
|
|
boolean zzs(Bundle bundle) throws RemoteException;
|
|
}
|