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,64 @@
package com.mbridge.msdk.newreward.function.e;
import com.mbridge.msdk.c.g;
import com.mbridge.msdk.foundation.tools.af;
/* loaded from: classes4.dex */
public final class f {
private String a = com.mbridge.msdk.foundation.controller.c.m().k();
private String b;
private int c;
private g d;
private com.mbridge.msdk.videocommon.d.a e;
private com.mbridge.msdk.videocommon.d.c f;
public final com.mbridge.msdk.videocommon.d.a a() {
return this.e;
}
public final com.mbridge.msdk.videocommon.d.c b() {
return this.f;
}
/* JADX INFO: Access modifiers changed from: private */
public void a(com.mbridge.msdk.newreward.function.command.f fVar, int i, String str) {
int i2;
try {
com.mbridge.msdk.foundation.same.report.d.c cVar = new com.mbridge.msdk.foundation.same.report.d.c();
com.mbridge.msdk.foundation.same.report.d.e eVar = new com.mbridge.msdk.foundation.same.report.d.e();
eVar.a("key", "2000112");
eVar.a("st_net", Integer.valueOf(com.mbridge.msdk.foundation.same.net.e.d.f().s));
if (fVar == com.mbridge.msdk.newreward.function.command.f.REPORT_SETTING_REQUEST_START) {
i2 = 3;
} else if (fVar == com.mbridge.msdk.newreward.function.command.f.REPORT_SETTING_REQUEST_SUCCESS) {
i2 = 1;
} else {
i2 = fVar == com.mbridge.msdk.newreward.function.command.f.REPORT_SETTING_REQUEST_FAIL ? 2 : 0;
}
eVar.a("result", Integer.valueOf(i2));
eVar.a("type", Integer.valueOf(i));
eVar.a("url", com.mbridge.msdk.foundation.same.net.e.d.f().r ? com.mbridge.msdk.foundation.same.net.e.d.f().J : com.mbridge.msdk.foundation.same.net.e.d.f().I);
eVar.a("reason", str);
cVar.a("2000112", eVar);
com.mbridge.msdk.foundation.same.report.d.d.a().a("2000112", cVar);
} catch (Throwable th) {
af.b("SettingModel", th.getMessage());
}
}
/* JADX WARN: Code restructure failed: missing block: B:26:0x0097, code lost:
if ((r8.e.i() + r10.d()) <= java.lang.System.currentTimeMillis()) goto L55;
*/
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public final void a(java.lang.Object r9, com.mbridge.msdk.newreward.a.b.b r10) {
/*
Method dump skipped, instructions count: 270
To view this dump add '--comments-level debug' option
*/
throw new UnsupportedOperationException("Method not decompiled: com.mbridge.msdk.newreward.function.e.f.a(java.lang.Object, com.mbridge.msdk.newreward.a.b.b):void");
}
}