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,44 @@
package com.google.android.gms.internal.ads;
import android.os.Bundle;
import android.text.Spanned;
import androidx.annotation.Nullable;
import java.util.ArrayList;
/* loaded from: classes3.dex */
final class zzcq {
private static final String zza = Integer.toString(0, 36);
private static final String zzb = Integer.toString(1, 36);
private static final String zzc = Integer.toString(2, 36);
private static final String zzd = Integer.toString(3, 36);
private static final String zze = Integer.toString(4, 36);
public static ArrayList zza(Spanned spanned) {
ArrayList arrayList = new ArrayList();
for (zzcs zzcsVar : (zzcs[]) spanned.getSpans(0, spanned.length(), zzcs.class)) {
arrayList.add(zzb(spanned, zzcsVar, 1, zzcsVar.zza()));
}
for (zzcu zzcuVar : (zzcu[]) spanned.getSpans(0, spanned.length(), zzcu.class)) {
arrayList.add(zzb(spanned, zzcuVar, 2, zzcuVar.zza()));
}
for (zzcr zzcrVar : (zzcr[]) spanned.getSpans(0, spanned.length(), zzcr.class)) {
arrayList.add(zzb(spanned, zzcrVar, 3, null));
}
for (zzcv zzcvVar : (zzcv[]) spanned.getSpans(0, spanned.length(), zzcv.class)) {
arrayList.add(zzb(spanned, zzcvVar, 4, zzcvVar.zza()));
}
return arrayList;
}
private static Bundle zzb(Spanned spanned, Object obj, int i, @Nullable Bundle bundle) {
Bundle bundle2 = new Bundle();
bundle2.putInt(zza, spanned.getSpanStart(obj));
bundle2.putInt(zzb, spanned.getSpanEnd(obj));
bundle2.putInt(zzc, spanned.getSpanFlags(obj));
bundle2.putInt(zzd, i);
if (bundle != null) {
bundle2.putBundle(zze, bundle);
}
return bundle2;
}
}