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,33 @@
package com.applovin.impl;
import com.applovin.impl.mc;
import com.applovin.impl.oc;
import com.applovin.impl.qa;
import com.mbridge.msdk.playercommon.exoplayer2.C;
import java.io.FileNotFoundException;
import java.io.IOException;
/* loaded from: classes.dex */
public class g6 implements mc {
private final int a;
@Override // com.applovin.impl.mc
public int a(int i) {
int i2 = this.a;
return i2 == -1 ? i == 7 ? 6 : 3 : i2;
}
public g6() {
this(-1);
}
public g6(int i) {
this.a = i;
}
@Override // com.applovin.impl.mc
public long a(mc.a aVar) {
IOException iOException = aVar.c;
return ((iOException instanceof dh) || (iOException instanceof FileNotFoundException) || (iOException instanceof qa.a) || (iOException instanceof oc.h) || j5.a(iOException)) ? C.TIME_UNSET : Math.min((aVar.d - 1) * 1000, 5000);
}
}