- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
191 lines
5.7 KiB
Java
191 lines
5.7 KiB
Java
package com.applovin.impl;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import java.util.Arrays;
|
|
import java.util.Comparator;
|
|
import java.util.List;
|
|
import java.util.UUID;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class y6 implements Comparator, Parcelable {
|
|
public static final Parcelable.Creator<y6> CREATOR = new a();
|
|
private final b[] a;
|
|
private int b;
|
|
public final String c;
|
|
public final int d;
|
|
|
|
public static final class b implements Parcelable {
|
|
public static final Parcelable.Creator<b> CREATOR = new a();
|
|
private int a;
|
|
public final UUID b;
|
|
public final String c;
|
|
public final String d;
|
|
public final byte[] f;
|
|
|
|
public boolean a(UUID uuid) {
|
|
return t2.a.equals(this.b) || uuid.equals(this.b);
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public b a(byte[] bArr) {
|
|
return new b(this.b, this.c, this.d, bArr);
|
|
}
|
|
|
|
public b(Parcel parcel) {
|
|
this.b = new UUID(parcel.readLong(), parcel.readLong());
|
|
this.c = parcel.readString();
|
|
this.d = (String) xp.a((Object) parcel.readString());
|
|
this.f = parcel.createByteArray();
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (!(obj instanceof b)) {
|
|
return false;
|
|
}
|
|
if (obj == this) {
|
|
return true;
|
|
}
|
|
b bVar = (b) obj;
|
|
return xp.a((Object) this.c, (Object) bVar.c) && xp.a((Object) this.d, (Object) bVar.d) && xp.a(this.b, bVar.b) && Arrays.equals(this.f, bVar.f);
|
|
}
|
|
|
|
public int hashCode() {
|
|
if (this.a == 0) {
|
|
int hashCode = this.b.hashCode() * 31;
|
|
String str = this.c;
|
|
this.a = ((((hashCode + (str == null ? 0 : str.hashCode())) * 31) + this.d.hashCode()) * 31) + Arrays.hashCode(this.f);
|
|
}
|
|
return this.a;
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public void writeToParcel(Parcel parcel, int i) {
|
|
parcel.writeLong(this.b.getMostSignificantBits());
|
|
parcel.writeLong(this.b.getLeastSignificantBits());
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.d);
|
|
parcel.writeByteArray(this.f);
|
|
}
|
|
|
|
public class a implements Parcelable.Creator {
|
|
@Override // android.os.Parcelable.Creator
|
|
/* renamed from: a, reason: merged with bridge method [inline-methods] */
|
|
public b[] newArray(int i) {
|
|
return new b[i];
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
/* renamed from: a, reason: merged with bridge method [inline-methods] */
|
|
public b createFromParcel(Parcel parcel) {
|
|
return new b(parcel);
|
|
}
|
|
}
|
|
|
|
public b(UUID uuid, String str, String str2, byte[] bArr) {
|
|
this.b = (UUID) b1.a(uuid);
|
|
this.c = str;
|
|
this.d = (String) b1.a((Object) str2);
|
|
this.f = bArr;
|
|
}
|
|
|
|
public b(UUID uuid, String str, byte[] bArr) {
|
|
this(uuid, null, str, bArr);
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public y6(Parcel parcel) {
|
|
this.c = parcel.readString();
|
|
b[] bVarArr = (b[]) xp.a(parcel.createTypedArray(b.CREATOR));
|
|
this.a = bVarArr;
|
|
this.d = bVarArr.length;
|
|
}
|
|
|
|
public y6 a(String str) {
|
|
return xp.a((Object) this.c, (Object) str) ? this : new y6(str, false, this.a);
|
|
}
|
|
|
|
public int hashCode() {
|
|
if (this.b == 0) {
|
|
String str = this.c;
|
|
this.b = ((str == null ? 0 : str.hashCode()) * 31) + Arrays.hashCode(this.a);
|
|
}
|
|
return this.b;
|
|
}
|
|
|
|
@Override // java.util.Comparator
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || y6.class != obj.getClass()) {
|
|
return false;
|
|
}
|
|
y6 y6Var = (y6) obj;
|
|
return xp.a((Object) this.c, (Object) y6Var.c) && Arrays.equals(this.a, y6Var.a);
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public void writeToParcel(Parcel parcel, int i) {
|
|
parcel.writeString(this.c);
|
|
parcel.writeTypedArray(this.a, 0);
|
|
}
|
|
|
|
public class a implements Parcelable.Creator {
|
|
@Override // android.os.Parcelable.Creator
|
|
/* renamed from: a, reason: merged with bridge method [inline-methods] */
|
|
public y6[] newArray(int i) {
|
|
return new y6[i];
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
/* renamed from: a, reason: merged with bridge method [inline-methods] */
|
|
public y6 createFromParcel(Parcel parcel) {
|
|
return new y6(parcel);
|
|
}
|
|
}
|
|
|
|
private y6(String str, boolean z, b... bVarArr) {
|
|
this.c = str;
|
|
bVarArr = z ? (b[]) bVarArr.clone() : bVarArr;
|
|
this.a = bVarArr;
|
|
this.d = bVarArr.length;
|
|
Arrays.sort(bVarArr, this);
|
|
}
|
|
|
|
public b a(int i) {
|
|
return this.a[i];
|
|
}
|
|
|
|
@Override // java.util.Comparator
|
|
/* renamed from: a, reason: merged with bridge method [inline-methods] */
|
|
public int compare(b bVar, b bVar2) {
|
|
UUID uuid = t2.a;
|
|
if (uuid.equals(bVar.b)) {
|
|
return uuid.equals(bVar2.b) ? 0 : 1;
|
|
}
|
|
return bVar.b.compareTo(bVar2.b);
|
|
}
|
|
|
|
public y6(String str, b... bVarArr) {
|
|
this(str, true, bVarArr);
|
|
}
|
|
|
|
public y6(List list) {
|
|
this(null, false, (b[]) list.toArray(new b[0]));
|
|
}
|
|
|
|
public y6(b... bVarArr) {
|
|
this(null, bVarArr);
|
|
}
|
|
}
|