- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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;
|
|
}
|
|
}
|