Files
rr3-apk/decompiled/sources/com/google/android/gms/games/internal/zzl.java
Daniel Elliott f9d20bb3fc 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>
2026-02-18 14:52:23 -08:00

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;
}
}