Files
rr3-apk/decompiled/sources/com/google/android/gms/internal/ads/zzyb.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

57 lines
1.1 KiB
Java

package com.google.android.gms.internal.ads;
import androidx.annotation.CallSuper;
import androidx.annotation.Nullable;
/* loaded from: classes3.dex */
public abstract class zzyb {
@Nullable
private zzya zza;
@Nullable
private zzyj zzb;
@Nullable
public zzll zze() {
throw null;
}
@CallSuper
public void zzj() {
this.zza = null;
this.zzb = null;
}
public void zzk(zze zzeVar) {
throw null;
}
public boolean zzn() {
throw null;
}
public abstract zzyc zzo(zzlm[] zzlmVarArr, zzwj zzwjVar, zzug zzugVar, zzbq zzbqVar) throws zzib;
public abstract void zzp(@Nullable Object obj);
public final zzyj zzq() {
zzyj zzyjVar = this.zzb;
zzcw.zzb(zzyjVar);
return zzyjVar;
}
@CallSuper
public final void zzr(zzya zzyaVar, zzyj zzyjVar) {
this.zza = zzyaVar;
this.zzb = zzyjVar;
}
public final void zzs() {
zzya zzyaVar = this.zza;
if (zzyaVar != null) {
zzyaVar.zzj();
}
}
}