- 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
44 lines
948 B
Java
44 lines
948 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import androidx.annotation.IntRange;
|
|
import androidx.annotation.Nullable;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class zzah {
|
|
|
|
@IntRange(from = 0)
|
|
public final long zza;
|
|
public final long zzb;
|
|
public final boolean zzc;
|
|
public final boolean zzd;
|
|
public final boolean zze;
|
|
|
|
static {
|
|
new zzah(new zzag());
|
|
}
|
|
|
|
private zzah(zzag zzagVar) {
|
|
int i = zzei.zza;
|
|
this.zza = 0L;
|
|
this.zzb = Long.MIN_VALUE;
|
|
this.zzc = false;
|
|
this.zzd = false;
|
|
this.zze = false;
|
|
}
|
|
|
|
public final boolean equals(@Nullable Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof zzah)) {
|
|
return false;
|
|
}
|
|
long j = ((zzah) obj).zza;
|
|
return true;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return ((int) (-9223372034707292160L)) * 29791;
|
|
}
|
|
}
|