- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
104 lines
3.1 KiB
Java
104 lines
3.1 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.os.Bundle;
|
|
import android.os.RemoteException;
|
|
import androidx.annotation.Nullable;
|
|
import com.google.android.gms.dynamic.IObjectWrapper;
|
|
import com.google.android.gms.dynamic.ObjectWrapper;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzdmq extends zzbgm {
|
|
|
|
@Nullable
|
|
private final String zza;
|
|
private final zzdia zzb;
|
|
private final zzdif zzc;
|
|
|
|
public zzdmq(@Nullable String str, zzdia zzdiaVar, zzdif zzdifVar) {
|
|
this.zza = str;
|
|
this.zzb = zzdiaVar;
|
|
this.zzc = zzdifVar;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzbgn
|
|
public final Bundle zzb() throws RemoteException {
|
|
return this.zzc.zzd();
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzbgn
|
|
public final com.google.android.gms.ads.internal.client.zzeb zzc() throws RemoteException {
|
|
return this.zzc.zzj();
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzbgn
|
|
public final zzbfp zzd() throws RemoteException {
|
|
return this.zzc.zzl();
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzbgn
|
|
public final zzbfw zze() throws RemoteException {
|
|
return this.zzc.zzo();
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzbgn
|
|
public final IObjectWrapper zzf() throws RemoteException {
|
|
return this.zzc.zzv();
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzbgn
|
|
public final IObjectWrapper zzg() throws RemoteException {
|
|
return ObjectWrapper.wrap(this.zzb);
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzbgn
|
|
public final String zzh() throws RemoteException {
|
|
return this.zzc.zzx();
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzbgn
|
|
public final String zzi() throws RemoteException {
|
|
return this.zzc.zzy();
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzbgn
|
|
public final String zzj() throws RemoteException {
|
|
return this.zzc.zzz();
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzbgn
|
|
public final String zzk() throws RemoteException {
|
|
return this.zzc.zzB();
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzbgn
|
|
public final String zzl() throws RemoteException {
|
|
return this.zza;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzbgn
|
|
public final List zzm() throws RemoteException {
|
|
return this.zzc.zzG();
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzbgn
|
|
public final void zzn() throws RemoteException {
|
|
this.zzb.zzb();
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzbgn
|
|
public final void zzo(Bundle bundle) throws RemoteException {
|
|
this.zzb.zzG(bundle);
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzbgn
|
|
public final void zzp(Bundle bundle) throws RemoteException {
|
|
this.zzb.zzM(bundle);
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzbgn
|
|
public final boolean zzq(Bundle bundle) throws RemoteException {
|
|
return this.zzb.zzZ(bundle);
|
|
}
|
|
}
|