Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,135 @@
package com.facebook.ads.internal.exoplayer2.thirdparty.source;
import android.os.Parcelable;
import com.facebook.ads.internal.exoplayer2.thirdparty.Format;
import com.facebook.ads.redexgen.core.AbstractC0670Hf;
import com.facebook.ads.redexgen.core.FO;
import java.util.Arrays;
/* loaded from: assets/audience_network.dex */
public final class TrackGroup implements Parcelable {
public static final Parcelable.Creator<TrackGroup> CREATOR = new FO();
public int A00;
public final int A01;
public final Format[] A02;
/* JADX WARN: Incorrect condition in loop: B:3:0x0012 */
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public TrackGroup(android.os.Parcel r4) {
/*
r3 = this;
r3.<init>()
int r0 = r4.readInt()
r3.A01 = r0
int r0 = r3.A01
com.facebook.ads.internal.exoplayer2.thirdparty.Format[] r0 = new com.facebook.ads.internal.exoplayer2.thirdparty.Format[r0]
r3.A02 = r0
r2 = 0
L10:
int r0 = r3.A01
if (r2 >= r0) goto L27
com.facebook.ads.internal.exoplayer2.thirdparty.Format[] r1 = r3.A02
java.lang.Class<com.facebook.ads.internal.exoplayer2.thirdparty.Format> r0 = com.facebook.ads.internal.exoplayer2.thirdparty.Format.class
java.lang.ClassLoader r0 = r0.getClassLoader()
android.os.Parcelable r0 = r4.readParcelable(r0)
com.facebook.ads.internal.exoplayer2.thirdparty.Format r0 = (com.facebook.ads.internal.exoplayer2.thirdparty.Format) r0
r1[r2] = r0
int r2 = r2 + 1
goto L10
L27:
return
*/
throw new UnsupportedOperationException("Method not decompiled: com.facebook.ads.internal.exoplayer2.thirdparty.source.TrackGroup.<init>(android.os.Parcel):void");
}
public TrackGroup(Format... formatArr) {
AbstractC0670Hf.A04(formatArr.length > 0);
this.A02 = formatArr;
this.A01 = formatArr.length;
}
/* JADX WARN: Incorrect condition in loop: B:3:0x0004 */
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public final int A00(com.facebook.ads.internal.exoplayer2.thirdparty.Format r3) {
/*
r2 = this;
r1 = 0
L1:
com.facebook.ads.internal.exoplayer2.thirdparty.Format[] r0 = r2.A02
int r0 = r0.length
if (r1 >= r0) goto L10
com.facebook.ads.internal.exoplayer2.thirdparty.Format[] r0 = r2.A02
r0 = r0[r1]
if (r3 != r0) goto Ld
return r1
Ld:
int r1 = r1 + 1
goto L1
L10:
r0 = -1
return r0
*/
throw new UnsupportedOperationException("Method not decompiled: com.facebook.ads.internal.exoplayer2.thirdparty.source.TrackGroup.A00(com.facebook.ads.internal.exoplayer2.thirdparty.Format):int");
}
public final Format A01(int i) {
return this.A02[i];
}
@Override // android.os.Parcelable
public final int describeContents() {
return 0;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
TrackGroup trackGroup = (TrackGroup) obj;
return this.A01 == trackGroup.A01 && Arrays.equals(this.A02, trackGroup.A02);
}
public final int hashCode() {
if (this.A00 == 0) {
int result = Arrays.hashCode(this.A02);
this.A00 = (17 * 31) + result;
}
return this.A00;
}
/* JADX WARN: Incorrect condition in loop: B:3:0x0008 */
@Override // android.os.Parcelable
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public final void writeToParcel(android.os.Parcel r4, int r5) {
/*
r3 = this;
int r0 = r3.A01
r4.writeInt(r0)
r2 = 0
L6:
int r0 = r3.A01
if (r2 >= r0) goto L15
com.facebook.ads.internal.exoplayer2.thirdparty.Format[] r0 = r3.A02
r1 = r0[r2]
r0 = 0
r4.writeParcelable(r1, r0)
int r2 = r2 + 1
goto L6
L15:
return
*/
throw new UnsupportedOperationException("Method not decompiled: com.facebook.ads.internal.exoplayer2.thirdparty.source.TrackGroup.writeToParcel(android.os.Parcel, int):void");
}
}

View File

@@ -0,0 +1,140 @@
package com.facebook.ads.internal.exoplayer2.thirdparty.source;
import android.os.Parcelable;
import com.facebook.ads.redexgen.core.FQ;
import java.util.Arrays;
/* loaded from: assets/audience_network.dex */
public final class TrackGroupArray implements Parcelable {
public static String[] A03 = {"", "Nsz3HOVG8K47", "9B0MFxoFwbiIxNv", "l4kItkL2rgGo3pW1X7LioUN1Ht", "8fyYvbIPnXp9ayPzd2rq2NXGd", "tQKmiB4adr0mBFsiSe1mIorsQq1f29kZ", "yFO4r3Iibj8MWWU2s3y3PrCR5g5ClbcE", "iBPKumYfmLb65bhUzcw7T4vxhwf25kYO"};
public static final TrackGroupArray A04 = new TrackGroupArray(new TrackGroup[0]);
public static final Parcelable.Creator<TrackGroupArray> CREATOR = new FQ();
public int A00;
public final int A01;
public final TrackGroup[] A02;
/* JADX WARN: Incorrect condition in loop: B:3:0x0012 */
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public TrackGroupArray(android.os.Parcel r4) {
/*
r3 = this;
r3.<init>()
int r0 = r4.readInt()
r3.A01 = r0
int r0 = r3.A01
com.facebook.ads.internal.exoplayer2.thirdparty.source.TrackGroup[] r0 = new com.facebook.ads.internal.exoplayer2.thirdparty.source.TrackGroup[r0]
r3.A02 = r0
r2 = 0
L10:
int r0 = r3.A01
if (r2 >= r0) goto L27
com.facebook.ads.internal.exoplayer2.thirdparty.source.TrackGroup[] r1 = r3.A02
java.lang.Class<com.facebook.ads.internal.exoplayer2.thirdparty.source.TrackGroup> r0 = com.facebook.ads.internal.exoplayer2.thirdparty.source.TrackGroup.class
java.lang.ClassLoader r0 = r0.getClassLoader()
android.os.Parcelable r0 = r4.readParcelable(r0)
com.facebook.ads.internal.exoplayer2.thirdparty.source.TrackGroup r0 = (com.facebook.ads.internal.exoplayer2.thirdparty.source.TrackGroup) r0
r1[r2] = r0
int r2 = r2 + 1
goto L10
L27:
return
*/
throw new UnsupportedOperationException("Method not decompiled: com.facebook.ads.internal.exoplayer2.thirdparty.source.TrackGroupArray.<init>(android.os.Parcel):void");
}
public TrackGroupArray(TrackGroup... trackGroupArr) {
this.A02 = trackGroupArr;
this.A01 = trackGroupArr.length;
}
public final int A00(TrackGroup trackGroup) {
int i = 0;
while (true) {
int i2 = this.A01;
String[] strArr = A03;
String str = strArr[3];
String str2 = strArr[4];
int length = str.length();
int i3 = str2.length();
if (length == i3) {
throw new RuntimeException();
}
A03[7] = "4PF46ait35IDhLYsteRaFKZRZtm75ANA";
if (i < i2) {
if (this.A02[i] == trackGroup) {
return i;
}
i++;
} else {
return -1;
}
}
}
public final TrackGroup A01(int i) {
return this.A02[i];
}
@Override // android.os.Parcelable
public final int describeContents() {
return 0;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
TrackGroupArray trackGroupArray = (TrackGroupArray) obj;
if (this.A01 == trackGroupArray.A01) {
boolean equals = Arrays.equals(this.A02, trackGroupArray.A02);
if (A03[7].charAt(28) != '5') {
throw new RuntimeException();
}
A03[1] = "3D";
if (equals) {
return true;
}
}
return false;
}
public final int hashCode() {
if (this.A00 == 0) {
this.A00 = Arrays.hashCode(this.A02);
}
return this.A00;
}
/* JADX WARN: Incorrect condition in loop: B:3:0x0008 */
@Override // android.os.Parcelable
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public final void writeToParcel(android.os.Parcel r4, int r5) {
/*
r3 = this;
int r0 = r3.A01
r4.writeInt(r0)
r2 = 0
L6:
int r0 = r3.A01
if (r2 >= r0) goto L15
com.facebook.ads.internal.exoplayer2.thirdparty.source.TrackGroup[] r0 = r3.A02
r1 = r0[r2]
r0 = 0
r4.writeParcelable(r1, r0)
int r2 = r2 + 1
goto L6
L15:
return
*/
throw new UnsupportedOperationException("Method not decompiled: com.facebook.ads.internal.exoplayer2.thirdparty.source.TrackGroupArray.writeToParcel(android.os.Parcel, int):void");
}
}