Files
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

57 lines
1.6 KiB
Java

package com.tapjoy.internal;
import androidx.work.WorkRequest;
import com.mbridge.msdk.newreward.player.view.hybrid.util.MRAIDCommunicatorUtil;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
/* loaded from: classes4.dex */
public final class a1 extends o {
public static final Map f = Collections.unmodifiableMap(new HashMap());
public final n b;
public final n c;
public final n d;
public final n e;
public a1() {
this.a.add(new n());
n nVar = new n();
this.a.add(nVar);
this.b = nVar;
n nVar2 = new n();
this.a.add(nVar2);
this.c = nVar2;
nVar2.a = new ConcurrentHashMap();
n nVar3 = new n();
this.a.add(nVar3);
this.d = nVar3;
n nVar4 = new n();
this.a.add(nVar4);
this.e = nVar4;
n nVar5 = new n();
this.a.add(nVar5);
HashMap hashMap = new HashMap();
hashMap.put("placement_request_content_retry_timeout", -1);
hashMap.put("placement_request_content_retry_backoff", Arrays.asList(0L, 500L, Long.valueOf(WorkRequest.MIN_BACKOFF_MILLIS), Double.valueOf(2.0d)));
nVar5.a = hashMap;
}
public final void a(HashMap hashMap) {
Map map;
Map map2;
if (hashMap != null) {
map = (Map) hashMap.get("final");
map2 = (Map) hashMap.get(MRAIDCommunicatorUtil.STATES_DEFAULT);
} else {
map = null;
map2 = null;
}
this.b.a = map;
this.e.a = map2;
setChanged();
}
}