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>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,56 @@
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;
}
}