- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
37 lines
1004 B
Java
37 lines
1004 B
Java
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);
|
|
}
|
|
}
|