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,152 @@
package com.applovin.impl;
import android.net.Uri;
import com.ironsource.v8;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import org.apache.http.client.methods.HttpHead;
/* loaded from: classes.dex */
public final class l5 {
public final Uri a;
public final long b;
public final int c;
public final byte[] d;
public final Map e;
public final long f;
public final long g;
public final long h;
public final String i;
public final int j;
public final Object k;
public boolean b(int i) {
return (this.j & i) == i;
}
public String toString() {
return "DataSpec[" + b() + " " + this.a + ", " + this.g + ", " + this.h + ", " + this.i + ", " + this.j + v8.i.e;
}
public static final class b {
private Uri a;
private long b;
private int c;
private byte[] d;
private Map e;
private long f;
private long g;
private String h;
private int i;
private Object j;
public b a(int i) {
this.i = i;
return this;
}
public b a(long j) {
this.f = j;
return this;
}
public b a(Uri uri) {
this.a = uri;
return this;
}
public b a(String str) {
this.h = str;
return this;
}
public b a(Map map) {
this.e = map;
return this;
}
public b a(byte[] bArr) {
this.d = bArr;
return this;
}
public b b(int i) {
this.c = i;
return this;
}
public b() {
this.c = 1;
this.e = Collections.emptyMap();
this.g = -1L;
}
private b(l5 l5Var) {
this.a = l5Var.a;
this.b = l5Var.b;
this.c = l5Var.c;
this.d = l5Var.d;
this.e = l5Var.e;
this.f = l5Var.g;
this.g = l5Var.h;
this.h = l5Var.i;
this.i = l5Var.j;
this.j = l5Var.k;
}
public b b(String str) {
this.a = Uri.parse(str);
return this;
}
public l5 a() {
b1.a(this.a, "The uri must be set.");
return new l5(this.a, this.b, this.c, this.d, this.e, this.f, this.g, this.h, this.i, this.j);
}
}
public static String a(int i) {
if (i == 1) {
return "GET";
}
if (i == 2) {
return "POST";
}
if (i == 3) {
return HttpHead.METHOD_NAME;
}
throw new IllegalStateException();
}
public b a() {
return new b();
}
private l5(Uri uri, long j, int i, byte[] bArr, Map map, long j2, long j3, String str, int i2, Object obj) {
byte[] bArr2 = bArr;
long j4 = j + j2;
boolean z = true;
b1.a(j4 >= 0);
b1.a(j2 >= 0);
if (j3 <= 0 && j3 != -1) {
z = false;
}
b1.a(z);
this.a = uri;
this.b = j;
this.c = i;
this.d = (bArr2 == null || bArr2.length == 0) ? null : bArr2;
this.e = Collections.unmodifiableMap(new HashMap(map));
this.g = j2;
this.f = j4;
this.h = j3;
this.i = str;
this.j = i2;
this.k = obj;
}
public final String b() {
return a(this.c);
}
}