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>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,72 @@
package com.google.android.gms.internal.ads;
import android.os.Looper;
import androidx.annotation.Nullable;
/* loaded from: classes3.dex */
public final class zzlf {
private final zzle zza;
private final zzld zzb;
private final zzbq zzc;
private int zzd;
@Nullable
private Object zze;
private final Looper zzf;
private final int zzg;
private boolean zzh;
private boolean zzi;
public zzlf(zzld zzldVar, zzle zzleVar, zzbq zzbqVar, int i, zzcx zzcxVar, Looper looper) {
this.zzb = zzldVar;
this.zza = zzleVar;
this.zzc = zzbqVar;
this.zzf = looper;
this.zzg = i;
}
public final int zza() {
return this.zzd;
}
public final Looper zzb() {
return this.zzf;
}
public final zzle zzc() {
return this.zza;
}
public final zzlf zzd() {
zzcw.zzf(!this.zzh);
this.zzh = true;
this.zzb.zzm(this);
return this;
}
public final zzlf zze(@Nullable Object obj) {
zzcw.zzf(!this.zzh);
this.zze = obj;
return this;
}
public final zzlf zzf(int i) {
zzcw.zzf(!this.zzh);
this.zzd = i;
return this;
}
@Nullable
public final Object zzg() {
return this.zze;
}
public final synchronized void zzh(boolean z) {
this.zzi = z | this.zzi;
notifyAll();
}
public final synchronized boolean zzi() {
return false;
}
}