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,60 @@
package com.google.android.gms.internal.ads;
import android.content.Context;
import androidx.annotation.NonNull;
import java.util.Date;
import java.util.Iterator;
/* loaded from: classes3.dex */
public final class zzfli implements zzfll {
private static final zzfli zza = new zzfli(new zzflm());
private Date zzb;
private boolean zzc;
private final zzflm zzd;
private boolean zze;
private zzfli(zzflm zzflmVar) {
this.zzd = zzflmVar;
}
public static zzfli zza() {
return zza;
}
public final Date zzb() {
Date date = this.zzb;
if (date != null) {
return (Date) date.clone();
}
return null;
}
@Override // com.google.android.gms.internal.ads.zzfll
public final void zzc(boolean z) {
if (!this.zze && z) {
Date date = new Date();
Date date2 = this.zzb;
if (date2 == null || date.after(date2)) {
this.zzb = date;
if (this.zzc) {
Iterator it = zzflk.zza().zzb().iterator();
while (it.hasNext()) {
((zzfkt) it.next()).zzg().zzg(zzb());
}
}
}
}
this.zze = z;
}
public final void zzd(@NonNull Context context) {
if (this.zzc) {
return;
}
this.zzd.zzd(context);
this.zzd.zze(this);
this.zzd.zzf();
this.zze = this.zzd.zza;
this.zzc = true;
}
}