- 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
77 lines
2.3 KiB
Java
77 lines
2.3 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import androidx.annotation.Nullable;
|
|
import java.util.Arrays;
|
|
import java.util.Objects;
|
|
import java.util.UUID;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzt implements Parcelable {
|
|
public static final Parcelable.Creator<zzt> CREATOR = new zzs();
|
|
public final UUID zza;
|
|
|
|
@Nullable
|
|
public final String zzb;
|
|
public final String zzc;
|
|
|
|
@Nullable
|
|
public final byte[] zzd;
|
|
private int zze;
|
|
|
|
public zzt(Parcel parcel) {
|
|
this.zza = new UUID(parcel.readLong(), parcel.readLong());
|
|
this.zzb = parcel.readString();
|
|
String readString = parcel.readString();
|
|
int i = zzei.zza;
|
|
this.zzc = readString;
|
|
this.zzd = parcel.createByteArray();
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public final boolean equals(@Nullable Object obj) {
|
|
if (!(obj instanceof zzt)) {
|
|
return false;
|
|
}
|
|
if (obj == this) {
|
|
return true;
|
|
}
|
|
zzt zztVar = (zzt) obj;
|
|
return Objects.equals(this.zzb, zztVar.zzb) && Objects.equals(this.zzc, zztVar.zzc) && Objects.equals(this.zza, zztVar.zza) && Arrays.equals(this.zzd, zztVar.zzd);
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int i = this.zze;
|
|
if (i != 0) {
|
|
return i;
|
|
}
|
|
int hashCode = this.zza.hashCode() * 31;
|
|
String str = this.zzb;
|
|
int hashCode2 = ((((hashCode + (str == null ? 0 : str.hashCode())) * 31) + this.zzc.hashCode()) * 31) + Arrays.hashCode(this.zzd);
|
|
this.zze = hashCode2;
|
|
return hashCode2;
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
parcel.writeLong(this.zza.getMostSignificantBits());
|
|
parcel.writeLong(this.zza.getLeastSignificantBits());
|
|
parcel.writeString(this.zzb);
|
|
parcel.writeString(this.zzc);
|
|
parcel.writeByteArray(this.zzd);
|
|
}
|
|
|
|
public zzt(UUID uuid, @Nullable String str, String str2, @Nullable byte[] bArr) {
|
|
uuid.getClass();
|
|
this.zza = uuid;
|
|
this.zzb = null;
|
|
this.zzc = zzbb.zze(str2);
|
|
this.zzd = bArr;
|
|
}
|
|
}
|