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.Objects;
/* loaded from: classes3.dex */
public final class zzghg extends zzgeu {
private final String zza;
private final zzghf zzb;
private zzghg(String str, zzghf zzghfVar) {
this.zza = str;
this.zzb = zzghfVar;
}
public static zzghg zzc(String str, zzghf zzghfVar) {
return new zzghg(str, zzghfVar);
}
public final boolean equals(Object obj) {
if (!(obj instanceof zzghg)) {
return false;
}
zzghg zzghgVar = (zzghg) obj;
return zzghgVar.zza.equals(this.zza) && zzghgVar.zzb.equals(this.zzb);
}
public final int hashCode() {
return Objects.hash(zzghg.class, this.zza, this.zzb);
}
public final String toString() {
return "LegacyKmsAead Parameters (keyUri: " + this.zza + ", variant: " + this.zzb.toString() + ")";
}
@Override // com.google.android.gms.internal.ads.zzgek
public final boolean zza() {
return this.zzb != zzghf.zzb;
}
public final zzghf zzb() {
return this.zzb;
}
public final String zzd() {
return this.zza;
}
}