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,45 @@
package com.google.android.gms.internal.ads;
import androidx.annotation.Nullable;
import java.io.IOException;
import java.util.Arrays;
/* loaded from: classes3.dex */
public final class zzacv {
public static zzacx zzb(zzdy zzdyVar) {
zzdyVar.zzM(1);
int zzo = zzdyVar.zzo();
long zzd = zzdyVar.zzd();
long j = zzo;
int i = zzo / 18;
long[] jArr = new long[i];
long[] jArr2 = new long[i];
int i2 = 0;
while (true) {
if (i2 >= i) {
break;
}
long zzt = zzdyVar.zzt();
if (zzt == -1) {
jArr = Arrays.copyOf(jArr, i2);
jArr2 = Arrays.copyOf(jArr2, i2);
break;
}
jArr[i2] = zzt;
jArr2[i2] = zzdyVar.zzt();
zzdyVar.zzM(2);
i2++;
}
zzdyVar.zzM((int) ((zzd + j) - zzdyVar.zzd()));
return new zzacx(jArr, jArr2);
}
@Nullable
public static zzay zza(zzaco zzacoVar, boolean z) throws IOException {
zzay zza = new zzadd().zza(zzacoVar, z ? null : zzagg.zza);
if (zza == null || zza.zza() == 0) {
return null;
}
return zza;
}
}