Files
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

59 lines
1.5 KiB
Java

package com.google.android.gms.internal.ads;
import androidx.annotation.Nullable;
/* loaded from: classes3.dex */
final class zzfsb extends zzftd {
@Nullable
private final String zza;
@Nullable
private final String zzb;
public /* synthetic */ zzfsb(String str, String str2, zzfsa zzfsaVar) {
this.zza = str;
this.zzb = str2;
}
public final boolean equals(Object obj) {
if (obj == this) {
return true;
}
if (obj instanceof zzftd) {
zzftd zzftdVar = (zzftd) obj;
String str = this.zza;
if (str != null ? str.equals(zzftdVar.zzb()) : zzftdVar.zzb() == null) {
String str2 = this.zzb;
if (str2 != null ? str2.equals(zzftdVar.zza()) : zzftdVar.zza() == null) {
return true;
}
}
}
return false;
}
public final int hashCode() {
String str = this.zza;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.zzb;
return ((hashCode ^ 1000003) * 1000003) ^ (str2 != null ? str2.hashCode() : 0);
}
public final String toString() {
return "OverlayDisplayUpdateRequest{sessionToken=" + this.zza + ", appId=" + this.zzb + "}";
}
@Override // com.google.android.gms.internal.ads.zzftd
@Nullable
public final String zza() {
return this.zzb;
}
@Override // com.google.android.gms.internal.ads.zzftd
@Nullable
public final String zzb() {
return this.zza;
}
}