- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
79 lines
2.4 KiB
Java
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;
|
|
}
|
|
}
|
|
}
|