Files
rr3-apk/decompiled/sources/com/mbridge/msdk/videocommon/download/h.java
Daniel Elliott f9d20bb3fc 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>
2026-02-18 14:52:23 -08:00

79 lines
2.4 KiB
Java

package com.mbridge.msdk.videocommon.download;
import com.mbridge.msdk.MBridgeConstans;
import com.mbridge.msdk.foundation.tools.af;
import com.mbridge.msdk.foundation.tools.ah;
import java.util.concurrent.atomic.AtomicBoolean;
/* loaded from: classes4.dex */
public final class h {
private AtomicBoolean a;
private AtomicBoolean b;
public static final class a {
private static final h a = new h();
}
private h() {
}
public static h a() {
return a.a;
}
public final boolean a(int i) {
if (MBridgeConstans.DEBUG) {
af.c("RewardVideoRefactorManager", "isRewardVideoRefactor adType: " + i + ", key: REWARD_VIDEO_REFACTOR_FOR_LOAD");
}
if (i != 94 && i != 287) {
return false;
}
AtomicBoolean atomicBoolean = this.a;
if (atomicBoolean != null) {
return atomicBoolean.get();
}
try {
this.a = new AtomicBoolean(ah.a().a("r_v_r_f_l", false));
} catch (Exception e) {
this.a = new AtomicBoolean(false);
if (MBridgeConstans.DEBUG) {
af.b("RewardVideoRefactorManager", "isRewardVideoRefactor error: " + e.getMessage());
}
}
return this.a.get();
}
public final boolean b(int i) {
if (MBridgeConstans.DEBUG) {
af.c("RewardVideoRefactorManager", "isRewardVideoRefactor adType: " + i + ", key: REWARD_VIDEO_REFACTOR_FOR_CAMPAIGN_REQUEST");
}
if (i != 94 && i != 287) {
return false;
}
AtomicBoolean atomicBoolean = this.b;
if (atomicBoolean != null) {
return atomicBoolean.get();
}
try {
this.b = new AtomicBoolean(ah.a().a("r_v_r_f_c_r", false));
} catch (Exception e) {
this.b = new AtomicBoolean(false);
if (MBridgeConstans.DEBUG) {
af.b("RewardVideoRefactorManager", "isRewardVideoRefactor error: " + e.getMessage());
}
}
return this.b.get();
}
public final int a(String str, int i) {
try {
return ah.a().a(str, i);
} catch (Exception e) {
if (MBridgeConstans.DEBUG) {
af.b("RewardVideoRefactorManager", "getRewardVideoCampaignRequestTimeout error: " + e.getMessage());
}
return i;
}
}
}