Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/ads/zzfrs.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

59 lines
1.5 KiB
Java

package com.google.android.gms.internal.ads;
import androidx.annotation.Nullable;
/* loaded from: classes3.dex */
final class zzfrs extends zzfsd {
@Nullable
private final String zza;
@Nullable
private final String zzb;
public /* synthetic */ zzfrs(String str, String str2, zzfrr zzfrrVar) {
this.zza = str;
this.zzb = str2;
}
public final boolean equals(Object obj) {
if (obj == this) {
return true;
}
if (obj instanceof zzfsd) {
zzfsd zzfsdVar = (zzfsd) obj;
String str = this.zza;
if (str != null ? str.equals(zzfsdVar.zzb()) : zzfsdVar.zzb() == null) {
String str2 = this.zzb;
if (str2 != null ? str2.equals(zzfsdVar.zza()) : zzfsdVar.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 "OverlayDisplayDismissRequest{sessionToken=" + this.zza + ", appId=" + this.zzb + "}";
}
@Override // com.google.android.gms.internal.ads.zzfsd
@Nullable
public final String zza() {
return this.zzb;
}
@Override // com.google.android.gms.internal.ads.zzfsd
@Nullable
public final String zzb() {
return this.zza;
}
}