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

101 lines
3.1 KiB
Java

package com.google.android.gms.internal.ads;
import android.os.Parcel;
import android.os.Parcelable;
import androidx.annotation.Nullable;
import com.ironsource.mediationsdk.logger.IronSourceError;
import com.mbridge.msdk.playercommon.exoplayer2.util.MimeTypes;
import java.util.Arrays;
import java.util.Objects;
/* loaded from: classes3.dex */
public final class zzafk implements zzax {
public static final Parcelable.Creator<zzafk> CREATOR;
public final String zza;
public final String zzb;
public final long zzc;
public final long zzd;
public final byte[] zze;
private int zzf;
static {
zzz zzzVar = new zzz();
zzzVar.zzaa(MimeTypes.APPLICATION_ID3);
zzzVar.zzag();
zzz zzzVar2 = new zzz();
zzzVar2.zzaa(MimeTypes.APPLICATION_SCTE35);
zzzVar2.zzag();
CREATOR = new zzafj();
}
public zzafk(Parcel parcel) {
String readString = parcel.readString();
int i = zzei.zza;
this.zza = readString;
this.zzb = parcel.readString();
this.zzc = parcel.readLong();
this.zzd = parcel.readLong();
this.zze = parcel.createByteArray();
}
public zzafk(String str, String str2, long j, long j2, byte[] bArr) {
this.zza = str;
this.zzb = str2;
this.zzc = j;
this.zzd = j2;
this.zze = bArr;
}
@Override // android.os.Parcelable
public final int describeContents() {
return 0;
}
public final boolean equals(@Nullable Object obj) {
if (this == obj) {
return true;
}
if (obj != null && zzafk.class == obj.getClass()) {
zzafk zzafkVar = (zzafk) obj;
if (this.zzc == zzafkVar.zzc && this.zzd == zzafkVar.zzd && Objects.equals(this.zza, zzafkVar.zza) && Objects.equals(this.zzb, zzafkVar.zzb) && Arrays.equals(this.zze, zzafkVar.zze)) {
return true;
}
}
return false;
}
public final int hashCode() {
int i = this.zzf;
if (i != 0) {
return i;
}
String str = this.zza;
int hashCode = str != null ? str.hashCode() : 0;
String str2 = this.zzb;
int hashCode2 = str2 != null ? str2.hashCode() : 0;
int i2 = hashCode + IronSourceError.ERROR_NON_EXISTENT_INSTANCE;
long j = this.zzc;
long j2 = this.zzd;
int hashCode3 = (((((((i2 * 31) + hashCode2) * 31) + ((int) (j ^ (j >>> 32)))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + Arrays.hashCode(this.zze);
this.zzf = hashCode3;
return hashCode3;
}
public final String toString() {
return "EMSG: scheme=" + this.zza + ", id=" + this.zzd + ", durationMs=" + this.zzc + ", value=" + this.zzb;
}
@Override // android.os.Parcelable
public final void writeToParcel(Parcel parcel, int i) {
parcel.writeString(this.zza);
parcel.writeString(this.zzb);
parcel.writeLong(this.zzc);
parcel.writeLong(this.zzd);
parcel.writeByteArray(this.zze);
}
@Override // com.google.android.gms.internal.ads.zzax
public final /* synthetic */ void zza(zzat zzatVar) {
}
}