导航菜单

页面标题

页面副标题

Antivirus Cleaner v1.2.0.0 - Q2.java 源代码

正在查看: Antivirus Cleaner v1.2.0.0 应用的 Q2.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package com.inmobi.media;

import com.inmobi.commons.core.configs.Config;
import java.util.HashMap;
import java.util.Map;
import kotlin.jvm.internal.Intrinsics;
import kotlin.text.StringsKt;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import org.json.in;

public final class Q2 extends C0333l9 {
    public final int A;
    public final String B;
    public final boolean C;
    public final Map y;
    public final int z;

    public Q2(Map map, Kc kc, String str, int i, int i2, boolean z, String str2, boolean z2) {
        super(in.b, (map.get("root") == null && StringsKt.trim(str).toString().length() != 0) ? str : "https://config.inmobi.com/config-server/v1/config/secure.cfg", kc, z, (InterfaceC0239f5) null, "application/x-www-form-urlencoded", 64);
        Intrinsics.checkNotNullParameter(map, "requestedConfigMap");
        Intrinsics.checkNotNullParameter(kc, "uidMap");
        Intrinsics.checkNotNullParameter(str, "url");
        Intrinsics.checkNotNullParameter(str2, "accountId");
        this.y = map;
        this.z = i;
        this.A = i2;
        this.B = str2;
        this.C = z2;
    }

    @Override
    public final void f() {
        String str;
        this.u = false;
        super.f();
        HashMap hashMap = this.k;
        if (hashMap != null) {
            M2 m2 = new M2();
            try {
                JSONArray jSONArray = new JSONArray();
                for (Map.Entry entry : this.y.entrySet()) {
                    JSONObject jSONObject = new JSONObject();
                    jSONObject.put(org.json.cc.q, entry.getKey());
                    jSONObject.put("t", m2.a((String) entry.getKey(), ((Config) entry.getValue()).getAccountId$media_release()));
                    jSONArray.put(jSONObject);
                }
                str = jSONArray.toString();
                Intrinsics.checkNotNullExpressionValue(str, "toString(...)");
            } catch (JSONException unused) {
                str = "";
            }
        }
        HashMap hashMap2 = this.k;
        if (hashMap2 != null) {
        }
        if (this.C) {
            this.i.put("rip", "true");
        }
    }
}