- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
28 lines
892 B
Java
28 lines
892 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.os.IInterface;
|
|
import android.os.RemoteException;
|
|
import androidx.annotation.Nullable;
|
|
import com.google.android.gms.dynamic.IObjectWrapper;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public interface zzbga extends IInterface {
|
|
IObjectWrapper zzb(String str) throws RemoteException;
|
|
|
|
void zzc() throws RemoteException;
|
|
|
|
void zzd(IObjectWrapper iObjectWrapper) throws RemoteException;
|
|
|
|
void zzdt(String str, IObjectWrapper iObjectWrapper) throws RemoteException;
|
|
|
|
void zzdu(IObjectWrapper iObjectWrapper) throws RemoteException;
|
|
|
|
void zzdv(@Nullable zzbft zzbftVar) throws RemoteException;
|
|
|
|
void zzdw(IObjectWrapper iObjectWrapper) throws RemoteException;
|
|
|
|
void zzdx(@Nullable IObjectWrapper iObjectWrapper) throws RemoteException;
|
|
|
|
void zze(IObjectWrapper iObjectWrapper, int i) throws RemoteException;
|
|
}
|