Files
rr3-apk/decompiled-community/sources/com/ironsource/tp.java
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

66 lines
1.2 KiB
Java

package com.ironsource;
import java.util.Timer;
import java.util.TimerTask;
/* loaded from: classes2.dex */
public class tp {
private h5 a;
private up b;
private Timer c = null;
public class a extends TimerTask {
public a() {
}
@Override // java.util.TimerTask, java.lang.Runnable
public void run() {
tp.this.b.a();
}
}
public class b extends TimerTask {
public b() {
}
@Override // java.util.TimerTask, java.lang.Runnable
public void run() {
tp.this.b.a();
}
}
public tp(h5 h5Var, up upVar) {
this.a = h5Var;
this.b = upVar;
}
private void d() {
Timer timer = this.c;
if (timer != null) {
timer.cancel();
this.c = null;
}
}
public synchronized void a() {
d();
Timer timer = new Timer();
this.c = timer;
timer.schedule(new b(), this.a.b());
}
public void b() {
synchronized (this) {
d();
}
this.b.a();
}
public synchronized void c() {
d();
Timer timer = new Timer();
this.c = timer;
timer.schedule(new a(), this.a.j());
}
}