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>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
package com.applovin.impl;
import com.applovin.impl.tm;
import java.lang.ref.WeakReference;
/* loaded from: classes.dex */
public class an extends yl {
private final WeakReference h;
private final Object i;
public static void a(long j, fi fiVar, Object obj, String str, com.applovin.impl.sdk.j jVar) {
if (j <= 0) {
return;
}
jVar.j0().a(new an(fiVar, obj, str, jVar), tm.b.TIMEOUT, j);
}
public an(fi fiVar, Object obj, String str, com.applovin.impl.sdk.j jVar) {
super(str, jVar);
this.h = new WeakReference(fiVar);
this.i = obj;
}
@Override // java.lang.Runnable
public void run() {
fi fiVar = (fi) this.h.get();
if (fiVar == null || fiVar.c()) {
return;
}
this.a.J();
if (com.applovin.impl.sdk.n.a()) {
this.a.J().d(this.b, "Attempting to timeout pending task " + fiVar.b() + " with " + this.i);
}
fiVar.a(this.i);
}
}