正在查看: PrestMan MX v1.0.0 应用的 q.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: PrestMan MX v1.0.0 应用的 q.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package s2;
import android.net.Uri;
import com.kochava.tracker.BuildConfig;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import l2.z;
import t2.C1309a;
import t2.InterfaceC1310b;
import t2.InterfaceC1312d;
public final class q {
public static final q f12207A;
public static final q[] f12208B;
private static final q[] f12209C;
public static final q f12210p;
public static final q f12211q;
public static final q f12212r;
public static final q f12213s;
public static final q f12214t;
public static final q f12215u;
public static final q f12216v;
public static final q f12217w;
public static final q f12218x;
public static final q f12219y;
public static final q f12220z;
private final String f12221a;
private final String f12222b;
private final Uri f12223c;
private final InterfaceC1310b f12224d;
private InterfaceC1310b f12225e = null;
private Uri f12226f = null;
private Uri f12227g = null;
private Map f12228l = null;
private int f12229m = 0;
private int f12230n = 0;
private boolean f12231o = false;
static {
Uri uri = Uri.EMPTY;
q qVar = new q("Init", 0, "init", "init", a2.h.w(BuildConfig.URL_INIT, uri), C1309a.e(N1.e.E(BuildConfig.URL_INIT_ROTATION)));
f12210p = qVar;
q qVar2 = new q("Install", 1, "install", "install", a2.h.w("https://control.kochava.com/track/json", uri), null);
f12211q = qVar2;
q qVar3 = new q("Update", 2, "update", "update", a2.h.w("https://control.kochava.com/track/json", uri), null);
f12212r = qVar3;
q qVar4 = new q("GetAttribution", 3, "get_attribution", "get_attribution", a2.h.w(BuildConfig.URL_GET_ATTRIBUTION, uri), null);
f12213s = qVar4;
q qVar5 = new q("IdentityLink", 4, "identityLink", "identityLink", a2.h.w("https://control.kochava.com/track/json", uri), null);
f12214t = qVar5;
q qVar6 = new q("PushTokenAdd", 5, "push_token_add", "push_token_add", a2.h.w(BuildConfig.URL_PUSH_TOKEN_ADD, uri), null);
f12215u = qVar6;
q qVar7 = new q("PushTokenRemove", 6, "push_token_remove", "push_token_remove", a2.h.w(BuildConfig.URL_PUSH_TOKEN_REMOVE, uri), null);
f12216v = qVar7;
q qVar8 = new q("SessionBegin", 7, "session_begin", "session", a2.h.w("https://control.kochava.com/track/json", uri), null);
f12217w = qVar8;
q qVar9 = new q("SessionEnd", 8, "session_end", "session", a2.h.w("https://control.kochava.com/track/json", uri), null);
f12218x = qVar9;
q qVar10 = new q("Event", 9, "event", "event", a2.h.w("https://control.kochava.com/track/json", uri), null);
f12219y = qVar10;
f12220z = new q("Smartlink", 10, "smartlink", "smartlink", a2.h.w(BuildConfig.URL_SMARTLINK, uri), null);
f12207A = new q("Click", 11, "click", "click", uri, null);
f12209C = b();
f12208B = new q[]{qVar, qVar2, qVar3, qVar4, qVar5, qVar6, qVar7, qVar8, qVar9, qVar10};
}
private q(String str, int i5, String str2, String str3, Uri uri, InterfaceC1310b interfaceC1310b) {
this.f12221a = str2;
this.f12222b = str3;
this.f12223c = uri;
this.f12224d = interfaceC1310b;
}
private Uri a(InterfaceC1310b interfaceC1310b) {
InterfaceC1312d b5;
int i5 = this.f12229m;
if (i5 == 0 || (b5 = interfaceC1310b.b(i5)) == null) {
return null;
}
if (this.f12230n >= b5.b().length) {
this.f12230n = 0;
this.f12231o = true;
}
return b5.b()[this.f12230n];
}
private static q[] b() {
return new q[]{f12210p, f12211q, f12212r, f12213s, f12214t, f12215u, f12216v, f12217w, f12218x, f12219y, f12220z, f12207A};
}
private InterfaceC1310b c() {
InterfaceC1310b interfaceC1310b = this.f12225e;
if (interfaceC1310b != null) {
return interfaceC1310b;
}
InterfaceC1310b interfaceC1310b2 = this.f12224d;
return interfaceC1310b2 != null ? interfaceC1310b2 : C1309a.d();
}
public static q d(String str) {
q e5 = e(str);
return e5 != null ? e5 : f12219y;
}
public static q e(String str) {
for (q qVar : values()) {
if (qVar.f12221a.equals(str)) {
return qVar;
}
}
return null;
}
public static void p() {
for (q qVar : values()) {
qVar.o();
}
}
public static void s(z zVar) {
f12210p.r(zVar.u());
f12211q.r(zVar.b());
f12212r.r(zVar.s());
f12213s.r(zVar.r());
f12214t.r(zVar.o());
f12215u.r(zVar.x());
f12216v.r(zVar.q());
f12217w.r(zVar.p());
f12218x.r(zVar.w());
f12219y.r(zVar.t());
f12220z.r(zVar.y());
N1.f v4 = zVar.v();
for (String str : v4.y()) {
f12219y.q(str, a2.h.w(v4.i(str, null), null));
}
}
public static void u(List list) {
Iterator it = list.iterator();
while (it.hasNext()) {
InterfaceC1310b interfaceC1310b = (InterfaceC1310b) it.next();
for (q qVar : values()) {
if (interfaceC1310b.a().equals(qVar.f12221a)) {
qVar.t(interfaceC1310b);
}
}
}
}
public static q valueOf(String str) {
return (q) Enum.valueOf(q.class, str);
}
public static q[] values() {
return (q[]) f12209C.clone();
}
public static void w(z zVar) {
f12210p.v(zVar.u());
f12211q.v(zVar.b());
f12212r.v(zVar.s());
f12213s.v(zVar.r());
f12214t.v(zVar.o());
f12215u.v(zVar.x());
f12216v.v(zVar.q());
f12217w.v(zVar.p());
f12218x.v(zVar.w());
f12219y.v(zVar.t());
f12220z.v(zVar.y());
}
public final String f() {
return this.f12222b;
}
public final String g() {
return this.f12221a;
}
public final synchronized int h() {
return this.f12229m;
}
public final synchronized int i() {
return this.f12230n;
}
public final synchronized Uri j() {
return k("");
}
public final synchronized Uri k(String str) {
Map map;
if (a2.h.e(this.f12226f)) {
return this.f12226f;
}
InterfaceC1310b interfaceC1310b = this.f12225e;
if (interfaceC1310b != null) {
Uri a5 = a(interfaceC1310b);
if (a2.h.e(a5)) {
return a5;
}
}
if (!a2.k.b(str) && (map = this.f12228l) != null && map.containsKey(str)) {
Uri uri = (Uri) this.f12228l.get(str);
if (a2.h.e(uri)) {
return uri;
}
}
if (a2.h.e(this.f12227g)) {
return this.f12227g;
}
InterfaceC1310b interfaceC1310b2 = this.f12224d;
if (interfaceC1310b2 != null) {
Uri a6 = a(interfaceC1310b2);
if (a2.h.e(a6)) {
return a6;
}
}
return this.f12223c;
}
public final synchronized void l() {
this.f12230n++;
a(c());
}
public final synchronized boolean m() {
return this.f12231o;
}
public final synchronized void n(int i5, int i6, boolean z4) {
this.f12229m = i5;
this.f12230n = i6;
this.f12231o = z4;
InterfaceC1312d b5 = c().b(a2.h.m(a2.l.e(a2.l.a()), 0).intValue());
if (b5 == null) {
this.f12229m = 0;
this.f12230n = 0;
this.f12231o = false;
return;
}
int a5 = b5.a();
if (i5 != a5) {
this.f12229m = a5;
this.f12230n = 0;
this.f12231o = false;
}
if (this.f12230n >= b5.b().length) {
this.f12230n = 0;
}
}
public final synchronized void o() {
this.f12225e = null;
this.f12226f = null;
this.f12227g = null;
this.f12228l = null;
this.f12229m = 0;
this.f12230n = 0;
this.f12231o = false;
}
public final synchronized void q(String str, Uri uri) {
try {
if (this.f12228l == null) {
this.f12228l = new HashMap();
}
if (uri == null) {
this.f12228l.remove(str);
} else {
this.f12228l.put(str, uri);
}
} catch (Throwable th) {
throw th;
}
}
public final synchronized void r(Uri uri) {
this.f12227g = uri;
}
public final synchronized void t(InterfaceC1310b interfaceC1310b) {
this.f12225e = interfaceC1310b;
}
public final synchronized void v(Uri uri) {
this.f12226f = uri;
}
}