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,50 @@
package com.google.android.gms.internal.fido;
import java.util.Arrays;
/* loaded from: classes3.dex */
public final class zzhk extends zzhp {
private final long zza;
public zzhk(long j) {
this.zza = j;
}
@Override // java.lang.Comparable
public final /* bridge */ /* synthetic */ int compareTo(Object obj) {
zzhp zzhpVar = (zzhp) obj;
if (zza() != zzhpVar.zza()) {
return zza() - zzhpVar.zza();
}
long abs = Math.abs(this.zza);
long abs2 = Math.abs(((zzhk) zzhpVar).zza);
if (abs < abs2) {
return -1;
}
return abs > abs2 ? 1 : 0;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return obj != null && zzhk.class == obj.getClass() && this.zza == ((zzhk) obj).zza;
}
public final int hashCode() {
return Arrays.hashCode(new Object[]{Integer.valueOf(zza()), Long.valueOf(this.zza)});
}
public final String toString() {
return Long.toString(this.zza);
}
@Override // com.google.android.gms.internal.fido.zzhp
public final int zza() {
return zzhp.zzd(this.zza >= 0 ? (byte) 0 : (byte) 32);
}
public final long zzc() {
return this.zza;
}
}