Files
rr3-apk/decompiled/sources/com/applovin/impl/pe.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

488 lines
13 KiB
Java

package com.applovin.impl;
import android.os.Bundle;
import androidx.arch.core.util.Function;
import com.applovin.impl.sdk.utils.BundleUtils;
import com.applovin.impl.sdk.utils.JsonUtils;
import com.applovin.impl.sdk.utils.StringUtils;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import org.json.JSONArray;
import org.json.JSONObject;
/* loaded from: classes.dex */
public class pe {
protected final com.applovin.impl.sdk.j a;
private final JSONObject b;
protected final JSONObject d;
private final Map g;
private final tl h;
protected final tl i;
private String j;
private String k;
private final Object c = new Object();
protected final Object f = new Object();
public String e() {
return this.k;
}
public void f(String str) {
this.k = str;
}
public void g(String str) {
this.j = str;
}
public String getPlacement() {
return this.j;
}
public Map i() {
return this.g;
}
public String toString() {
return "MediationAdapterSpec{adapterClass='" + b() + "', adapterName='" + c() + "', isTesting=" + p() + '}';
}
public pe(Map map, JSONObject jSONObject, JSONObject jSONObject2, com.applovin.impl.sdk.j jVar) {
if (jVar == null) {
throw new IllegalArgumentException("No sdk specified");
}
if (jSONObject2 == null) {
throw new IllegalArgumentException("No full response specified");
}
if (jSONObject != null) {
this.a = jVar;
if (((Boolean) jVar.a(sj.u6)).booleanValue()) {
this.h = new tl(jSONObject2);
this.i = new tl(jSONObject);
this.b = null;
this.d = null;
} else {
this.b = jSONObject2;
this.d = jSONObject;
this.h = null;
this.i = null;
}
this.g = map;
return;
}
throw new IllegalArgumentException("No ad object specified");
}
public JSONObject g() {
JSONObject jSONObject;
tl tlVar = this.h;
if (tlVar != null) {
return tlVar.a();
}
synchronized (this.c) {
jSONObject = this.b;
}
return jSONObject;
}
public JSONObject a() {
JSONObject jSONObject;
tl tlVar = this.i;
if (tlVar != null) {
return tlVar.a();
}
synchronized (this.f) {
jSONObject = this.d;
}
return jSONObject;
}
public String getAdUnitId() {
return b("ad_unit_id", "");
}
public String b() {
return a("class", (String) null);
}
public Boolean a(String str, Boolean bool) {
Boolean bool2;
tl tlVar = this.i;
if (tlVar != null) {
return tlVar.a(str, bool);
}
synchronized (this.f) {
bool2 = JsonUtils.getBoolean(this.d, str, bool);
}
return bool2;
}
public String c() {
return a("name", (String) null);
}
public String k() {
return c().split("_")[0];
}
public boolean p() {
return a("is_testing", Boolean.FALSE).booleanValue();
}
public Boolean n() {
String str = this.a.g0().getExtraParameters().get("huc");
if (StringUtils.isValidString(str)) {
return Boolean.valueOf(str);
}
if (c("huc")) {
return a("huc", Boolean.FALSE);
}
return b("huc", (Boolean) null);
}
public Boolean o() {
String str = this.a.g0().getExtraParameters().get("dns");
if (StringUtils.isValidString(str)) {
return Boolean.valueOf(str);
}
if (c("dns")) {
return a("dns", Boolean.FALSE);
}
return b("dns", (Boolean) null);
}
public String d() {
if (c("consent_string")) {
return a("consent_string", (String) null);
}
if (d("consent_string")) {
return b("consent_string", (String) null);
}
return this.a.k0().k();
}
public boolean r() {
return a("run_on_ui_thread", Boolean.TRUE).booleanValue();
}
public Bundle l() {
Bundle bundle;
if (e("server_parameters") instanceof JSONObject) {
tl tlVar = this.i;
if (tlVar != null) {
bundle = (Bundle) tlVar.a(new Function() { // from class: com.applovin.impl.pe$$ExternalSyntheticLambda0
@Override // androidx.arch.core.util.Function
public final Object apply(Object obj) {
Bundle a;
a = pe.a((tl) obj);
return a;
}
});
} else {
bundle = JsonUtils.toBundle(a("server_parameters", (JSONObject) null));
}
} else {
bundle = new Bundle();
}
int j = j();
if (j != -1) {
if (j == 2) {
bundle.putBoolean("is_muted", this.a.g0().isMuted());
} else {
bundle.putBoolean("is_muted", j == 0);
}
}
if (!bundle.containsKey("amount")) {
bundle.putLong("amount", b("amount", 0L));
}
if (!bundle.containsKey("currency")) {
bundle.putString("currency", b("currency", ""));
}
return bundle;
}
public Boolean b(String str, Boolean bool) {
Boolean bool2;
tl tlVar = this.h;
if (tlVar != null) {
return tlVar.a(str, bool);
}
synchronized (this.c) {
bool2 = JsonUtils.getBoolean(this.b, str, bool);
}
return bool2;
}
public Bundle f() {
return BundleUtils.getBundle("custom_parameters", new Bundle(), l());
}
private int j() {
return a("mute_state", b("mute_state", ((Integer) this.a.a(ve.C7)).intValue()));
}
public long m() {
return a("adapter_timeout_ms", ((Long) this.a.a(ve.Z6)).longValue());
}
public long h() {
return a("init_completion_delay_ms", -1L);
}
public boolean s() {
return a("eagerly_initialize", Boolean.TRUE).booleanValue();
}
public boolean d(String str) {
boolean has;
tl tlVar = this.h;
if (tlVar != null) {
return tlVar.a(str);
}
synchronized (this.c) {
has = this.b.has(str);
}
return has;
}
public boolean q() {
return a("reinitialize_if_init_fails", Boolean.FALSE).booleanValue();
}
public boolean c(String str) {
boolean has;
tl tlVar = this.i;
if (tlVar != null) {
return tlVar.a(str);
}
synchronized (this.f) {
has = this.d.has(str);
}
return has;
}
public double a(String str, float f) {
double d;
tl tlVar = this.i;
if (tlVar != null) {
return tlVar.a(str, f);
}
synchronized (this.f) {
d = JsonUtils.getDouble(this.d, str, f);
}
return d;
}
public float b(String str, float f) {
float f2;
tl tlVar = this.i;
if (tlVar != null) {
return tlVar.a(str, f);
}
synchronized (this.f) {
f2 = JsonUtils.getFloat(this.d, str, f);
}
return f2;
}
public int b(String str, int i) {
int i2;
tl tlVar = this.h;
if (tlVar != null) {
return tlVar.a(str, i);
}
synchronized (this.c) {
i2 = JsonUtils.getInt(this.b, str, i);
}
return i2;
}
public Object e(String str) {
Object opt;
tl tlVar = this.i;
if (tlVar != null) {
return tlVar.b(str);
}
synchronized (this.f) {
opt = this.d.opt(str);
}
return opt;
}
public int a(String str, int i) {
int i2;
tl tlVar = this.i;
if (tlVar != null) {
return tlVar.a(str, i);
}
synchronized (this.f) {
i2 = JsonUtils.getInt(this.d, str, i);
}
return i2;
}
public void c(String str, int i) {
tl tlVar = this.i;
if (tlVar != null) {
tlVar.b(str, i);
return;
}
synchronized (this.f) {
JsonUtils.putInt(this.d, str, i);
}
}
public JSONArray b(String str, JSONArray jSONArray) {
JSONArray jSONArray2;
tl tlVar = this.h;
if (tlVar != null) {
return tlVar.a(str, jSONArray);
}
synchronized (this.c) {
jSONArray2 = JsonUtils.getJSONArray(this.b, str, jSONArray);
}
return jSONArray2;
}
public JSONArray a(String str, JSONArray jSONArray) {
JSONArray jSONArray2;
tl tlVar = this.i;
if (tlVar != null) {
return tlVar.a(str, jSONArray);
}
synchronized (this.f) {
jSONArray2 = JsonUtils.getJSONArray(this.d, str, jSONArray);
}
return jSONArray2;
}
public long b(String str, long j) {
long j2;
tl tlVar = this.h;
if (tlVar != null) {
return tlVar.a(str, j);
}
synchronized (this.c) {
j2 = JsonUtils.getLong(this.b, str, j);
}
return j2;
}
public void c(String str, long j) {
tl tlVar = this.i;
if (tlVar != null) {
tlVar.b(str, j);
return;
}
synchronized (this.f) {
JsonUtils.putLong(this.d, str, j);
}
}
public JSONObject a(String str, JSONObject jSONObject) {
JSONObject jSONObject2;
tl tlVar = this.i;
if (tlVar != null) {
return tlVar.a(str, jSONObject);
}
synchronized (this.f) {
jSONObject2 = JsonUtils.getJSONObject(this.d, str, jSONObject);
}
return jSONObject2;
}
public void c(String str, String str2) {
tl tlVar = this.i;
if (tlVar != null) {
tlVar.b(str, str2);
return;
}
synchronized (this.f) {
JsonUtils.putString(this.d, str, str2);
}
}
public long a(String str, long j) {
long j2;
tl tlVar = this.i;
if (tlVar != null) {
return tlVar.a(str, j);
}
synchronized (this.f) {
j2 = JsonUtils.getLong(this.d, str, j);
}
return j2;
}
public List b(String str) {
List optList;
List optList2;
if (str != null) {
tl tlVar = this.h;
if (tlVar != null) {
optList = tlVar.b(str, Collections.emptyList());
} else {
optList = JsonUtils.optList(b(str, new JSONArray()), Collections.emptyList());
}
tl tlVar2 = this.i;
if (tlVar2 != null) {
optList2 = tlVar2.b(str, Collections.emptyList());
} else {
optList2 = JsonUtils.optList(a(str, new JSONArray()), Collections.emptyList());
}
ArrayList arrayList = new ArrayList(optList.size() + optList2.size());
arrayList.addAll(optList);
arrayList.addAll(optList2);
return arrayList;
}
throw new IllegalArgumentException("No key specified");
}
public String b(String str, String str2) {
String string;
tl tlVar = this.h;
if (tlVar != null) {
return tlVar.a(str, str2);
}
synchronized (this.c) {
string = JsonUtils.getString(this.b, str, str2);
}
return string;
}
public String a(String str) {
String a = a(str, "");
return StringUtils.isValidString(a) ? a : b(str, "");
}
public String a(String str, String str2) {
String string;
tl tlVar = this.i;
if (tlVar != null) {
return tlVar.a(str, str2);
}
synchronized (this.f) {
string = JsonUtils.getString(this.d, str, str2);
}
return string;
}
/* JADX INFO: Access modifiers changed from: private */
public static /* synthetic */ Bundle a(tl tlVar) {
return JsonUtils.toBundle(tlVar.a("server_parameters", (JSONObject) null));
}
public void a(String str, Object obj) {
tl tlVar = this.i;
if (tlVar != null) {
tlVar.a(str, obj);
return;
}
synchronized (this.f) {
JsonUtils.putObject(this.d, str, obj);
}
}
}