- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
36 lines
818 B
Java
36 lines
818 B
Java
package com.applovin.impl;
|
|
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes.dex */
|
|
public abstract class g4 {
|
|
public static List c(com.applovin.impl.sdk.j jVar) {
|
|
if (jVar.u().k()) {
|
|
return o4.c(jVar);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
public static List a(com.applovin.impl.sdk.j jVar) {
|
|
if (!jVar.u().k()) {
|
|
return null;
|
|
}
|
|
boolean t0 = jVar.t0();
|
|
Boolean bool = (Boolean) jVar.a(uj.o, Boolean.FALSE);
|
|
if (t0) {
|
|
if (bool.booleanValue()) {
|
|
return b(jVar);
|
|
}
|
|
return null;
|
|
}
|
|
return b(jVar);
|
|
}
|
|
|
|
private static List b(com.applovin.impl.sdk.j jVar) {
|
|
if (jVar.u().i() != null) {
|
|
return o4.b(jVar);
|
|
}
|
|
return o4.a(jVar);
|
|
}
|
|
}
|