- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
58 lines
1.5 KiB
Java
58 lines
1.5 KiB
Java
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;
|
|
}
|
|
}
|