package com.applovin.impl; import android.os.Parcel; import android.os.Parcelable; import com.applovin.impl.bf; import com.ironsource.mediationsdk.logger.IronSourceError; /* loaded from: classes.dex */ public final class va implements bf.b { public static final Parcelable.Creator CREATOR = new a(); public final int a; public final String b; public final String c; public final String d; public final boolean f; public final int g; @Override // android.os.Parcelable public int describeContents() { return 0; } public String toString() { return "IcyHeaders: name=\"" + this.c + "\", genre=\"" + this.b + "\", bitrate=" + this.a + ", metadataInterval=" + this.g; } /* JADX WARN: Removed duplicated region for block: B:12:0x005b */ /* JADX WARN: Removed duplicated region for block: B:15:0x006f */ /* JADX WARN: Removed duplicated region for block: B:18:0x0083 */ /* JADX WARN: Removed duplicated region for block: B:21:0x0097 */ /* JADX WARN: Removed duplicated region for block: B:24:0x00b1 */ /* JADX WARN: Removed duplicated region for block: B:30:0x00ea */ /* JADX WARN: Removed duplicated region for block: B:33:? A[RETURN, SYNTHETIC] */ /* JADX WARN: Removed duplicated region for block: B:42:0x00a6 */ /* JADX WARN: Removed duplicated region for block: B:43:0x008c */ /* JADX WARN: Removed duplicated region for block: B:44:0x0078 */ /* JADX WARN: Removed duplicated region for block: B:45:0x0064 */ /* Code decompiled incorrectly, please refer to instructions dump. To view partially-correct add '--show-bad-code' argument */ public static com.applovin.impl.va a(java.util.Map r14) { /* Method dump skipped, instructions count: 241 To view this dump add '--comments-level debug' option */ throw new UnsupportedOperationException("Method not decompiled: com.applovin.impl.va.a(java.util.Map):com.applovin.impl.va"); } public va(int i, String str, String str2, String str3, boolean z, int i2) { b1.a(i2 == -1 || i2 > 0); this.a = i; this.b = str; this.c = str2; this.d = str3; this.f = z; this.g = i2; } public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null || va.class != obj.getClass()) { return false; } va vaVar = (va) obj; return this.a == vaVar.a && xp.a((Object) this.b, (Object) vaVar.b) && xp.a((Object) this.c, (Object) vaVar.c) && xp.a((Object) this.d, (Object) vaVar.d) && this.f == vaVar.f && this.g == vaVar.g; } public int hashCode() { int i = (this.a + IronSourceError.ERROR_NON_EXISTENT_INSTANCE) * 31; String str = this.b; int hashCode = (i + (str != null ? str.hashCode() : 0)) * 31; String str2 = this.c; int hashCode2 = (hashCode + (str2 != null ? str2.hashCode() : 0)) * 31; String str3 = this.d; return ((((hashCode2 + (str3 != null ? str3.hashCode() : 0)) * 31) + (this.f ? 1 : 0)) * 31) + this.g; } @Override // android.os.Parcelable public void writeToParcel(Parcel parcel, int i) { parcel.writeInt(this.a); parcel.writeString(this.b); parcel.writeString(this.c); parcel.writeString(this.d); xp.a(parcel, this.f); parcel.writeInt(this.g); } public class a implements Parcelable.Creator { @Override // android.os.Parcelable.Creator /* renamed from: a, reason: merged with bridge method [inline-methods] */ public va[] newArray(int i) { return new va[i]; } @Override // android.os.Parcelable.Creator /* renamed from: a, reason: merged with bridge method [inline-methods] */ public va createFromParcel(Parcel parcel) { return new va(parcel); } } public va(Parcel parcel) { this.a = parcel.readInt(); this.b = parcel.readString(); this.c = parcel.readString(); this.d = parcel.readString(); this.f = xp.a(parcel); this.g = parcel.readInt(); } }