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,38 @@
package com.google.android.gms.internal.ads;
import java.util.Objects;
/* loaded from: classes3.dex */
public final class zzgls {
private final zzgdz zza;
private final int zzb;
private final String zzc;
private final String zzd;
public /* synthetic */ zzgls(zzgdz zzgdzVar, int i, String str, String str2, zzglt zzgltVar) {
this.zza = zzgdzVar;
this.zzb = i;
this.zzc = str;
this.zzd = str2;
}
public final boolean equals(Object obj) {
if (!(obj instanceof zzgls)) {
return false;
}
zzgls zzglsVar = (zzgls) obj;
return this.zza == zzglsVar.zza && this.zzb == zzglsVar.zzb && this.zzc.equals(zzglsVar.zzc) && this.zzd.equals(zzglsVar.zzd);
}
public final int hashCode() {
return Objects.hash(this.zza, Integer.valueOf(this.zzb), this.zzc, this.zzd);
}
public final String toString() {
return String.format("(status=%s, keyId=%s, keyType='%s', keyPrefix='%s')", this.zza, Integer.valueOf(this.zzb), this.zzc, this.zzd);
}
public final int zza() {
return this.zzb;
}
}