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,56 @@
package com.applovin.impl;
import android.net.Uri;
import com.applovin.impl.d6;
import com.applovin.impl.qa;
import com.applovin.impl.td;
import com.applovin.impl.y5;
import java.util.Map;
/* loaded from: classes.dex */
public final class z5 implements c7 {
private final Object a = new Object();
private td.e b;
private b7 c;
private qa.b d;
private String e;
private b7 a(td.e eVar) {
qa.b bVar = this.d;
if (bVar == null) {
bVar = new d6.b().a(this.e);
}
Uri uri = eVar.b;
ra raVar = new ra(uri == null ? null : uri.toString(), eVar.f, bVar);
pp it = eVar.c.entrySet().iterator();
while (it.hasNext()) {
Map.Entry entry = (Map.Entry) it.next();
raVar.a((String) entry.getKey(), (String) entry.getValue());
}
y5 a = new y5.b().a(eVar.a, m9.d).a(eVar.d).b(eVar.e).a(ub.a(eVar.g)).a(raVar);
a.a(0, eVar.b());
return a;
}
@Override // com.applovin.impl.c7
public b7 a(td tdVar) {
b7 b7Var;
b1.a(tdVar.b);
td.e eVar = tdVar.b.c;
if (eVar != null && xp.a >= 18) {
synchronized (this.a) {
try {
if (!xp.a(eVar, this.b)) {
this.b = eVar;
this.c = a(eVar);
}
b7Var = (b7) b1.a(this.c);
} catch (Throwable th) {
throw th;
}
}
return b7Var;
}
return b7.a;
}
}