Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/auth/zzcd.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

46 lines
1.2 KiB
Java

package com.google.android.gms.internal.auth;
import android.content.Context;
/* loaded from: classes3.dex */
final class zzcd extends zzda {
private final Context zza;
private final zzdj zzb;
public zzcd(Context context, zzdj zzdjVar) {
this.zza = context;
this.zzb = zzdjVar;
}
public final boolean equals(Object obj) {
if (obj == this) {
return true;
}
if (obj instanceof zzda) {
zzda zzdaVar = (zzda) obj;
if (this.zza.equals(zzdaVar.zza()) && this.zzb.equals(zzdaVar.zzb())) {
return true;
}
}
return false;
}
public final int hashCode() {
return ((this.zza.hashCode() ^ 1000003) * 1000003) ^ this.zzb.hashCode();
}
public final String toString() {
return "FlagsContext{context=" + this.zza.toString() + ", hermeticFileOverrides=" + this.zzb.toString() + "}";
}
@Override // com.google.android.gms.internal.auth.zzda
public final Context zza() {
return this.zza;
}
@Override // com.google.android.gms.internal.auth.zzda
public final zzdj zzb() {
return this.zzb;
}
}