- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
61 lines
1.5 KiB
Java
61 lines
1.5 KiB
Java
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;
|
|
}
|
|
}
|