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,47 @@
package com.mbridge.msdk.tracker.network;
import com.mbridge.msdk.playercommon.exoplayer2.source.chunk.ChunkedTrackBlacklistUtil;
/* loaded from: classes4.dex */
public final class e implements z {
private int a;
private long b;
private int c;
private final int d;
@Override // com.mbridge.msdk.tracker.network.z
public final int a() {
return this.a;
}
@Override // com.mbridge.msdk.tracker.network.z
public final boolean a(ad adVar) {
int i = this.c + 1;
this.c = i;
return i <= this.d;
}
@Override // com.mbridge.msdk.tracker.network.z
public final long b() {
return this.b;
}
@Override // com.mbridge.msdk.tracker.network.z
public final int c() {
return this.c;
}
public e() {
this(2500, 1);
}
public e(int i, int i2) {
this(i, ChunkedTrackBlacklistUtil.DEFAULT_TRACK_BLACKLIST_MS, i2);
}
public e(int i, long j, int i2) {
this.b = j;
this.a = i;
this.d = i2;
}
}