Files
rr3-apk/decompiled/sources/com/google/android/gms/internal/ads/zzqg.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

50 lines
1.3 KiB
Java

package com.google.android.gms.internal.ads;
import android.os.SystemClock;
import androidx.annotation.Nullable;
import com.mbridge.msdk.playercommon.exoplayer2.C;
/* loaded from: classes3.dex */
final class zzqg {
@Nullable
private Exception zza;
private long zzb = C.TIME_UNSET;
private long zzc = C.TIME_UNSET;
public final void zza() {
this.zza = null;
this.zzb = C.TIME_UNSET;
this.zzc = C.TIME_UNSET;
}
public final void zzb(Exception exc) throws Exception {
long elapsedRealtime = SystemClock.elapsedRealtime();
if (this.zza == null) {
this.zza = exc;
}
if (this.zzb == C.TIME_UNSET && !zzqm.zzK()) {
this.zzb = 200 + elapsedRealtime;
}
long j = this.zzb;
if (j == C.TIME_UNSET || elapsedRealtime < j) {
this.zzc = elapsedRealtime + 50;
return;
}
Exception exc2 = this.zza;
if (exc2 != exc) {
exc2.addSuppressed(exc);
}
Exception exc3 = this.zza;
zza();
throw exc3;
}
public final boolean zzc() {
if (this.zza == null) {
return false;
}
return zzqm.zzK() || SystemClock.elapsedRealtime() < this.zzc;
}
}