jimu-decompiled/sources/com/tencent/bugly/proguard/aa.java
2025-05-13 19:24:51 +02:00

64 lines
1.3 KiB
Java

package com.tencent.bugly.proguard;
import android.os.Handler;
import android.os.SystemClock;
/* compiled from: BUGLY */
/* loaded from: classes.dex */
public final class aa implements Runnable {
private final Handler a;
private final String b;
private long c;
private final long d;
private boolean e = true;
private long f;
aa(Handler handler, String str, long j) {
this.a = handler;
this.b = str;
this.c = j;
this.d = j;
}
public final void a() {
if (this.e) {
this.e = false;
this.f = SystemClock.uptimeMillis();
this.a.postAtFrontOfQueue(this);
}
}
public final boolean b() {
return !this.e && SystemClock.uptimeMillis() > this.f + this.c;
}
public final int c() {
if (this.e) {
return 0;
}
return SystemClock.uptimeMillis() - this.f < this.c ? 1 : 3;
}
public final Thread d() {
return this.a.getLooper().getThread();
}
public final String e() {
return this.b;
}
public final void f() {
this.c = this.d;
}
@Override // java.lang.Runnable
public final void run() {
this.e = true;
this.c = this.d;
}
public final void a(long j) {
this.c = Long.MAX_VALUE;
}
}