- 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
95 lines
2.8 KiB
Java
95 lines
2.8 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
/* loaded from: classes3.dex */
|
|
final class zzfpt extends zzfqa {
|
|
private final String zzb;
|
|
private final int zzc;
|
|
private final int zzd;
|
|
|
|
public /* synthetic */ zzfpt(String str, boolean z, int i, zzfpp zzfppVar, zzfpq zzfpqVar, int i2, zzfps zzfpsVar) {
|
|
this.zzb = str;
|
|
this.zzc = i;
|
|
this.zzd = i2;
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (obj == this) {
|
|
return true;
|
|
}
|
|
if (obj instanceof zzfqa) {
|
|
zzfqa zzfqaVar = (zzfqa) obj;
|
|
if (this.zzb.equals(zzfqaVar.zzc())) {
|
|
zzfqaVar.zzd();
|
|
int i = this.zzc;
|
|
int zze = zzfqaVar.zze();
|
|
if (i == 0) {
|
|
throw null;
|
|
}
|
|
if (i == zze) {
|
|
zzfqaVar.zza();
|
|
zzfqaVar.zzb();
|
|
int i2 = this.zzd;
|
|
int zzf = zzfqaVar.zzf();
|
|
if (i2 == 0) {
|
|
throw null;
|
|
}
|
|
if (zzf == 1) {
|
|
return true;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.zzb.hashCode() ^ 1000003;
|
|
int i = this.zzc;
|
|
if (i == 0) {
|
|
throw null;
|
|
}
|
|
int i2 = (((hashCode * 1000003) ^ 1237) * 1000003) ^ i;
|
|
if (this.zzd != 0) {
|
|
return (i2 * 583896283) ^ 1;
|
|
}
|
|
throw null;
|
|
}
|
|
|
|
public final String toString() {
|
|
int i = this.zzc;
|
|
String str = i != 1 ? i != 2 ? i != 3 ? i != 4 ? "null" : "NO_CHECKS" : "SKIP_SECURITY_CHECK" : "SKIP_COMPLIANCE_CHECK" : "ALL_CHECKS";
|
|
String str2 = this.zzd == 1 ? "READ_AND_WRITE" : "null";
|
|
return "FileComplianceOptions{fileOwner=" + this.zzb + ", hasDifferentDmaOwner=false, fileChecks=" + str + ", dataForwardingNotAllowedResolver=null, multipleProductIdGroupsResolver=null, filePurpose=" + str2 + "}";
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfqa
|
|
public final zzfpp zza() {
|
|
return null;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfqa
|
|
public final zzfpq zzb() {
|
|
return null;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfqa
|
|
public final String zzc() {
|
|
return this.zzb;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfqa
|
|
public final boolean zzd() {
|
|
return false;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfqa
|
|
public final int zze() {
|
|
return this.zzc;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfqa
|
|
public final int zzf() {
|
|
return this.zzd;
|
|
}
|
|
}
|