- 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
57 lines
1.3 KiB
Java
57 lines
1.3 KiB
Java
package com.google.android.gms.games.internal;
|
|
|
|
import androidx.annotation.Nullable;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class zzl {
|
|
public static final zzl zza = new zzl(new zzj(null));
|
|
private final boolean zzb;
|
|
private final boolean zzc;
|
|
private final boolean zzd;
|
|
|
|
private zzl(zzj zzjVar) {
|
|
boolean z;
|
|
boolean z2;
|
|
boolean z3;
|
|
z = zzjVar.zza;
|
|
this.zzb = z;
|
|
z2 = zzjVar.zzb;
|
|
this.zzc = z2;
|
|
z3 = zzjVar.zzc;
|
|
this.zzd = z3;
|
|
}
|
|
|
|
public static zzj zza() {
|
|
return new zzj(null);
|
|
}
|
|
|
|
public final boolean equals(@Nullable Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj != null && zzl.class == obj.getClass()) {
|
|
zzl zzlVar = (zzl) obj;
|
|
if (this.zzb == zzlVar.zzb && this.zzc == zzlVar.zzc && this.zzd == zzlVar.zzd) {
|
|
return true;
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return ((((this.zzb ? 1 : 0) * 31) + (this.zzc ? 1 : 0)) * 31) + (this.zzd ? 1 : 0);
|
|
}
|
|
|
|
public final boolean zzb() {
|
|
return this.zzd;
|
|
}
|
|
|
|
public final boolean zzc() {
|
|
return this.zzb;
|
|
}
|
|
|
|
public final boolean zzd() {
|
|
return this.zzc;
|
|
}
|
|
}
|