- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
42 lines
1.1 KiB
Java
42 lines
1.1 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
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 zzbgq extends IInterface {
|
|
com.google.android.gms.ads.internal.client.zzeb zze() throws RemoteException;
|
|
|
|
zzbft zzf() throws RemoteException;
|
|
|
|
zzbfw zzg(String str) throws RemoteException;
|
|
|
|
IObjectWrapper zzh() throws RemoteException;
|
|
|
|
String zzi() throws RemoteException;
|
|
|
|
String zzj(String str) throws RemoteException;
|
|
|
|
List zzk() throws RemoteException;
|
|
|
|
void zzl() throws RemoteException;
|
|
|
|
void zzm() throws RemoteException;
|
|
|
|
void zzn(String str) throws RemoteException;
|
|
|
|
void zzo() throws RemoteException;
|
|
|
|
void zzp(IObjectWrapper iObjectWrapper) throws RemoteException;
|
|
|
|
boolean zzq() throws RemoteException;
|
|
|
|
boolean zzr(IObjectWrapper iObjectWrapper) throws RemoteException;
|
|
|
|
boolean zzs(IObjectWrapper iObjectWrapper) throws RemoteException;
|
|
|
|
boolean zzt() throws RemoteException;
|
|
}
|