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,47 @@
package com.google.android.gms.internal.ads;
import java.util.Arrays;
/* loaded from: classes3.dex */
public final class zzfuh {
private final String zza;
private final zzfug zzb;
private zzfug zzc;
public final String toString() {
StringBuilder sb = new StringBuilder(32);
sb.append(this.zza);
sb.append('{');
zzfug zzfugVar = this.zzb.zzb;
String str = "";
while (zzfugVar != null) {
Object obj = zzfugVar.zza;
sb.append(str);
if (obj == null || !obj.getClass().isArray()) {
sb.append(obj);
} else {
sb.append((CharSequence) Arrays.deepToString(new Object[]{obj}), 1, r2.length() - 1);
}
zzfugVar = zzfugVar.zzb;
str = ", ";
}
sb.append('}');
return sb.toString();
}
public final zzfuh zza(Object obj) {
zzfug zzfugVar = new zzfug();
this.zzc.zzb = zzfugVar;
this.zzc = zzfugVar;
zzfugVar.zza = obj;
return this;
}
public /* synthetic */ zzfuh(String str, zzfui zzfuiVar) {
zzfug zzfugVar = new zzfug();
this.zzb = zzfugVar;
this.zzc = zzfugVar;
str.getClass();
this.zza = str;
}
}