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,57 @@
package com.google.android.gms.internal.fido;
import java.util.Arrays;
/* loaded from: classes3.dex */
public final class zzhi extends zzhp {
private final zzgx zza;
public zzhi(zzgx zzgxVar) {
this.zza = zzgxVar;
}
@Override // java.lang.Comparable
public final /* bridge */ /* synthetic */ int compareTo(Object obj) {
zzhp zzhpVar = (zzhp) obj;
if (zzhp.zzd((byte) 64) != zzhpVar.zza()) {
return zzhp.zzd((byte) 64) - zzhpVar.zza();
}
zzhi zzhiVar = (zzhi) zzhpVar;
zzgx zzgxVar = this.zza;
int zzd = zzgxVar.zzd();
zzgx zzgxVar2 = zzhiVar.zza;
if (zzd != zzgxVar2.zzd()) {
return zzgxVar.zzd() - zzgxVar2.zzd();
}
return zzgm.zza().compare(zzgxVar.zzm(), zzhiVar.zza.zzm());
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj != null && zzhi.class == obj.getClass()) {
return this.zza.equals(((zzhi) obj).zza);
}
return false;
}
public final int hashCode() {
return Arrays.hashCode(new Object[]{Integer.valueOf(zzhp.zzd((byte) 64)), this.zza});
}
public final String toString() {
zzgf zzd = zzgf.zzf().zzd();
byte[] zzm = this.zza.zzm();
return "h'" + zzd.zzg(zzm, 0, zzm.length) + "'";
}
@Override // com.google.android.gms.internal.fido.zzhp
public final int zza() {
return zzhp.zzd((byte) 64);
}
public final zzgx zzc() {
return this.zza;
}
}