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,61 @@
package org.apache.http.util;
@Deprecated
/* loaded from: classes5.dex */
public final class ByteArrayBuffer {
public ByteArrayBuffer(int i) {
throw new RuntimeException("Stub!");
}
public void append(byte[] bArr, int i, int i2) {
throw new RuntimeException("Stub!");
}
public void append(int i) {
throw new RuntimeException("Stub!");
}
public void append(char[] cArr, int i, int i2) {
throw new RuntimeException("Stub!");
}
public void append(CharArrayBuffer charArrayBuffer, int i, int i2) {
throw new RuntimeException("Stub!");
}
public void clear() {
throw new RuntimeException("Stub!");
}
public byte[] toByteArray() {
throw new RuntimeException("Stub!");
}
public int byteAt(int i) {
throw new RuntimeException("Stub!");
}
public int capacity() {
throw new RuntimeException("Stub!");
}
public int length() {
throw new RuntimeException("Stub!");
}
public byte[] buffer() {
throw new RuntimeException("Stub!");
}
public void setLength(int i) {
throw new RuntimeException("Stub!");
}
public boolean isEmpty() {
throw new RuntimeException("Stub!");
}
public boolean isFull() {
throw new RuntimeException("Stub!");
}
}

View File

@@ -0,0 +1,101 @@
package org.apache.http.util;
@Deprecated
/* loaded from: classes5.dex */
public final class CharArrayBuffer {
public CharArrayBuffer(int i) {
throw new RuntimeException("Stub!");
}
public void append(char[] cArr, int i, int i2) {
throw new RuntimeException("Stub!");
}
public void append(String str) {
throw new RuntimeException("Stub!");
}
public void append(CharArrayBuffer charArrayBuffer, int i, int i2) {
throw new RuntimeException("Stub!");
}
public void append(CharArrayBuffer charArrayBuffer) {
throw new RuntimeException("Stub!");
}
public void append(char c) {
throw new RuntimeException("Stub!");
}
public void append(byte[] bArr, int i, int i2) {
throw new RuntimeException("Stub!");
}
public void append(ByteArrayBuffer byteArrayBuffer, int i, int i2) {
throw new RuntimeException("Stub!");
}
public void append(Object obj) {
throw new RuntimeException("Stub!");
}
public void clear() {
throw new RuntimeException("Stub!");
}
public char[] toCharArray() {
throw new RuntimeException("Stub!");
}
public char charAt(int i) {
throw new RuntimeException("Stub!");
}
public char[] buffer() {
throw new RuntimeException("Stub!");
}
public int capacity() {
throw new RuntimeException("Stub!");
}
public int length() {
throw new RuntimeException("Stub!");
}
public void ensureCapacity(int i) {
throw new RuntimeException("Stub!");
}
public void setLength(int i) {
throw new RuntimeException("Stub!");
}
public boolean isEmpty() {
throw new RuntimeException("Stub!");
}
public boolean isFull() {
throw new RuntimeException("Stub!");
}
public int indexOf(int i, int i2, int i3) {
throw new RuntimeException("Stub!");
}
public int indexOf(int i) {
throw new RuntimeException("Stub!");
}
public String substring(int i, int i2) {
throw new RuntimeException("Stub!");
}
public String substringTrimmed(int i, int i2) {
throw new RuntimeException("Stub!");
}
public String toString() {
throw new RuntimeException("Stub!");
}
}

View File

@@ -0,0 +1,33 @@
package org.apache.http.util;
@Deprecated
/* loaded from: classes5.dex */
public final class EncodingUtils {
public EncodingUtils() {
throw new RuntimeException("Stub!");
}
public static String getString(byte[] bArr, int i, int i2, String str) {
throw new RuntimeException("Stub!");
}
public static String getString(byte[] bArr, String str) {
throw new RuntimeException("Stub!");
}
public static byte[] getBytes(String str, String str2) {
throw new RuntimeException("Stub!");
}
public static byte[] getAsciiBytes(String str) {
throw new RuntimeException("Stub!");
}
public static String getAsciiString(byte[] bArr, int i, int i2) {
throw new RuntimeException("Stub!");
}
public static String getAsciiString(byte[] bArr) {
throw new RuntimeException("Stub!");
}
}

View File

@@ -0,0 +1,29 @@
package org.apache.http.util;
import java.io.IOException;
import org.apache.http.HttpEntity;
import org.apache.http.ParseException;
@Deprecated
/* loaded from: classes5.dex */
public final class EntityUtils {
public EntityUtils() {
throw new RuntimeException("Stub!");
}
public static byte[] toByteArray(HttpEntity httpEntity) throws IOException {
throw new RuntimeException("Stub!");
}
public static String getContentCharSet(HttpEntity httpEntity) throws ParseException {
throw new RuntimeException("Stub!");
}
public static String toString(HttpEntity httpEntity, String str) throws IOException, ParseException {
throw new RuntimeException("Stub!");
}
public static String toString(HttpEntity httpEntity) throws IOException, ParseException {
throw new RuntimeException("Stub!");
}
}

View File

@@ -0,0 +1,13 @@
package org.apache.http.util;
@Deprecated
/* loaded from: classes5.dex */
public final class ExceptionUtils {
public ExceptionUtils() {
throw new RuntimeException("Stub!");
}
public static void initCause(Throwable th, Throwable th2) {
throw new RuntimeException("Stub!");
}
}

View File

@@ -0,0 +1,32 @@
package org.apache.http.util;
@Deprecated
/* loaded from: classes5.dex */
public final class LangUtils {
public static final int HASH_OFFSET = 37;
public static final int HASH_SEED = 17;
public LangUtils() {
throw new RuntimeException("Stub!");
}
public static int hashCode(int i, int i2) {
throw new RuntimeException("Stub!");
}
public static int hashCode(int i, boolean z) {
throw new RuntimeException("Stub!");
}
public static int hashCode(int i, Object obj) {
throw new RuntimeException("Stub!");
}
public static boolean equals(Object obj, Object obj2) {
throw new RuntimeException("Stub!");
}
public static boolean equals(Object[] objArr, Object[] objArr2) {
throw new RuntimeException("Stub!");
}
}

View File

@@ -0,0 +1,53 @@
package org.apache.http.util;
import java.util.Map;
@Deprecated
/* loaded from: classes5.dex */
public class VersionInfo {
public static final String PROPERTY_MODULE = "info.module";
public static final String PROPERTY_RELEASE = "info.release";
public static final String PROPERTY_TIMESTAMP = "info.timestamp";
public static final String UNAVAILABLE = "UNAVAILABLE";
public static final String VERSION_PROPERTY_FILE = "version.properties";
public VersionInfo(String str, String str2, String str3, String str4, String str5) {
throw new RuntimeException("Stub!");
}
public final String getPackage() {
throw new RuntimeException("Stub!");
}
public final String getModule() {
throw new RuntimeException("Stub!");
}
public final String getRelease() {
throw new RuntimeException("Stub!");
}
public final String getTimestamp() {
throw new RuntimeException("Stub!");
}
public final String getClassloader() {
throw new RuntimeException("Stub!");
}
public String toString() {
throw new RuntimeException("Stub!");
}
public static final VersionInfo[] loadVersionInfo(String[] strArr, ClassLoader classLoader) {
throw new RuntimeException("Stub!");
}
public static final VersionInfo loadVersionInfo(String str, ClassLoader classLoader) {
throw new RuntimeException("Stub!");
}
public static final VersionInfo fromMap(String str, Map map, ClassLoader classLoader) {
throw new RuntimeException("Stub!");
}
}