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,39 @@
package com.google.android.gms.internal.ads;
import java.nio.ByteBuffer;
import java.nio.charset.Charset;
/* loaded from: classes3.dex */
public final class zzgye {
static final Charset zza;
public static final byte[] zzb;
public static final ByteBuffer zzc;
static {
Charset.forName("US-ASCII");
zza = Charset.forName("UTF-8");
Charset.forName("ISO-8859-1");
byte[] bArr = new byte[0];
zzb = bArr;
zzc = ByteBuffer.wrap(bArr);
zzgwp.zzH(bArr, 0, 0, false);
}
public static int zza(boolean z) {
return z ? 1231 : 1237;
}
public static int zzb(int i, byte[] bArr, int i2, int i3) {
for (int i4 = i2; i4 < i2 + i3; i4++) {
i = (i * 31) + bArr[i4];
}
return i;
}
public static Object zzc(Object obj, String str) {
if (obj != null) {
return obj;
}
throw new NullPointerException(str);
}
}