- 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
96 lines
3.0 KiB
Java
96 lines
3.0 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import androidx.annotation.Nullable;
|
|
import com.ironsource.mediationsdk.logger.IronSourceError;
|
|
import com.mbridge.msdk.playercommon.exoplayer2.C;
|
|
import java.util.Arrays;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzbr {
|
|
public final int zza;
|
|
public final String zzb;
|
|
public final int zzc;
|
|
private final zzab[] zzd;
|
|
private int zze;
|
|
|
|
public zzbr(String str, zzab... zzabVarArr) {
|
|
int length = zzabVarArr.length;
|
|
int i = 1;
|
|
zzcw.zzd(length > 0);
|
|
this.zzb = str;
|
|
this.zzd = zzabVarArr;
|
|
this.zza = length;
|
|
int zzb = zzbb.zzb(zzabVarArr[0].zzo);
|
|
this.zzc = zzb == -1 ? zzbb.zzb(zzabVarArr[0].zzn) : zzb;
|
|
String zzc = zzc(zzabVarArr[0].zzd);
|
|
int i2 = zzabVarArr[0].zzf | 16384;
|
|
while (true) {
|
|
zzab[] zzabVarArr2 = this.zzd;
|
|
if (i >= zzabVarArr2.length) {
|
|
return;
|
|
}
|
|
if (!zzc.equals(zzc(zzabVarArr2[i].zzd))) {
|
|
zzab[] zzabVarArr3 = this.zzd;
|
|
zzd("languages", zzabVarArr3[0].zzd, zzabVarArr3[i].zzd, i);
|
|
return;
|
|
} else {
|
|
zzab[] zzabVarArr4 = this.zzd;
|
|
if (i2 != (zzabVarArr4[i].zzf | 16384)) {
|
|
zzd("role flags", Integer.toBinaryString(zzabVarArr4[0].zzf), Integer.toBinaryString(this.zzd[i].zzf), i);
|
|
return;
|
|
}
|
|
i++;
|
|
}
|
|
}
|
|
}
|
|
|
|
private static String zzc(@Nullable String str) {
|
|
return (str == null || str.equals(C.LANGUAGE_UNDETERMINED)) ? "" : str;
|
|
}
|
|
|
|
private static void zzd(String str, @Nullable String str2, @Nullable String str3, int i) {
|
|
zzdo.zzd("TrackGroup", "", new IllegalStateException("Different " + str + " combined in one TrackGroup: '" + str2 + "' (track 0) and '" + str3 + "' (track " + i + ")"));
|
|
}
|
|
|
|
public final boolean equals(@Nullable Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj != null && zzbr.class == obj.getClass()) {
|
|
zzbr zzbrVar = (zzbr) obj;
|
|
if (this.zzb.equals(zzbrVar.zzb) && Arrays.equals(this.zzd, zzbrVar.zzd)) {
|
|
return true;
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int i = this.zze;
|
|
if (i != 0) {
|
|
return i;
|
|
}
|
|
int hashCode = ((this.zzb.hashCode() + IronSourceError.ERROR_NON_EXISTENT_INSTANCE) * 31) + Arrays.hashCode(this.zzd);
|
|
this.zze = hashCode;
|
|
return hashCode;
|
|
}
|
|
|
|
public final int zza(zzab zzabVar) {
|
|
int i = 0;
|
|
while (true) {
|
|
zzab[] zzabVarArr = this.zzd;
|
|
if (i >= zzabVarArr.length) {
|
|
return -1;
|
|
}
|
|
if (zzabVar == zzabVarArr[i]) {
|
|
return i;
|
|
}
|
|
i++;
|
|
}
|
|
}
|
|
|
|
public final zzab zzb(int i) {
|
|
return this.zzd[i];
|
|
}
|
|
}
|