Files
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

78 lines
2.3 KiB
Java

package com.google.android.gms.internal.ads;
import androidx.annotation.Nullable;
import androidx.annotation.VisibleForTesting;
import com.google.android.gms.common.util.Clock;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.ScheduledFuture;
import java.util.concurrent.TimeUnit;
/* loaded from: classes3.dex */
public final class zzcnt implements zzazd {
private final ScheduledExecutorService zza;
private final Clock zzb;
@Nullable
private ScheduledFuture zzc;
private long zzd = -1;
private long zze = -1;
private Runnable zzf = null;
private boolean zzg = false;
public zzcnt(ScheduledExecutorService scheduledExecutorService, Clock clock) {
this.zza = scheduledExecutorService;
this.zzb = clock;
com.google.android.gms.ads.internal.zzv.zzb().zzc(this);
}
@Override // com.google.android.gms.internal.ads.zzazd
public final void zza(boolean z) {
if (z) {
zzc();
} else {
zzb();
}
}
@VisibleForTesting
public final synchronized void zzb() {
try {
if (this.zzg) {
return;
}
ScheduledFuture scheduledFuture = this.zzc;
if (scheduledFuture == null || scheduledFuture.isDone()) {
this.zze = -1L;
} else {
this.zzc.cancel(true);
this.zze = this.zzd - this.zzb.elapsedRealtime();
}
this.zzg = true;
} catch (Throwable th) {
throw th;
}
}
@VisibleForTesting
public final synchronized void zzc() {
ScheduledFuture scheduledFuture;
try {
if (this.zzg) {
if (this.zze > 0 && (scheduledFuture = this.zzc) != null && scheduledFuture.isCancelled()) {
this.zzc = this.zza.schedule(this.zzf, this.zze, TimeUnit.MILLISECONDS);
}
this.zzg = false;
}
} catch (Throwable th) {
throw th;
}
}
public final synchronized void zzd(int i, Runnable runnable) {
this.zzf = runnable;
long j = i;
this.zzd = this.zzb.elapsedRealtime() + j;
this.zzc = this.zza.schedule(runnable, j, TimeUnit.MILLISECONDS);
}
}