APK反编译源代码展示 - 南明离火平台提供

应用版本信息
应用名称:JadiBUMN
版本号:2.1.3
包名称:id.jadibumn.app

MD5 校验值:328357c6f846d37b47ed4cc8f5415f3d

反编译源代码说明

a.java 文件包含反编译后的源代码,请注意,该内容仅供学习和参考使用,不得用于非法用途。


package d.f.a.d.a.a;

import android.app.PendingIntent;
import java.util.Map;

public class a {
    private final String a;

    private final int f6578b;

    private final int f6579c;

    private final int f6580d;

    private final Integer f6581e;

    private final int f6582f;

    private final long f6583g;

    private final long f6584h;

    private final long f6585i;

    private final long f6586j;

    private final PendingIntent f6587k;

    private final PendingIntent f6588l;

    private final PendingIntent f6589m;
    private final PendingIntent n;
    private final Map o;
    private boolean p = false;

    private a(String str, int i2, int i3, int i4, Integer num, int i5, long j2, long j3, long j4, long j5, PendingIntent pendingIntent, PendingIntent pendingIntent2, PendingIntent pendingIntent3, PendingIntent pendingIntent4, Map map) {
        this.a = str;
        this.f6578b = i2;
        this.f6579c = i3;
        this.f6580d = i4;
        this.f6581e = num;
        this.f6582f = i5;
        this.f6583g = j2;
        this.f6584h = j3;
        this.f6585i = j4;
        this.f6586j = j5;
        this.f6587k = pendingIntent;
        this.f6588l = pendingIntent2;
        this.f6589m = pendingIntent3;
        this.n = pendingIntent4;
        this.o = map;
    }

    public static a j(String str, int i2, int i3, int i4, Integer num, int i5, long j2, long j3, long j4, long j5, PendingIntent pendingIntent, PendingIntent pendingIntent2, PendingIntent pendingIntent3, PendingIntent pendingIntent4, Map map) {
        return new a(str, i2, i3, i4, num, i5, j2, j3, j4, j5, pendingIntent, pendingIntent2, pendingIntent3, pendingIntent4, map);
    }

    private final boolean m(d dVar) {
        return dVar.a() && this.f6585i <= this.f6586j;
    }

    public int a() {
        return this.f6578b;
    }

    public Integer b() {
        return this.f6581e;
    }

    public int c() {
        return this.f6580d;
    }

    public boolean d(int i2) {
        return i(d.c(i2)) != null;
    }

    public boolean e(d dVar) {
        return i(dVar) != null;
    }

    public String f() {
        return this.a;
    }

    public int g() {
        return this.f6579c;
    }

    public int h() {
        return this.f6582f;
    }

    public final PendingIntent i(d dVar) {
        if (dVar.b() == 0) {
            PendingIntent pendingIntent = this.f6588l;
            if (pendingIntent != null) {
                return pendingIntent;
            }
            if (m(dVar)) {
                return this.n;
            }
            return null;
        }
        if (dVar.b() == 1) {
            PendingIntent pendingIntent2 = this.f6587k;
            if (pendingIntent2 != null) {
                return pendingIntent2;
            }
            if (m(dVar)) {
                return this.f6589m;
            }
        }
        return null;
    }

    public final void k() {
        this.p = true;
    }

    public final boolean l() {
        return this.p;
    }
}