导航菜单

页面标题

页面副标题

CleanTube v9.9.5 - C0356a.java 源代码

正在查看: CleanTube v9.9.5 应用的 C0356a.java JAVA 源代码文件

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


package M0;

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

public class C0356a {

    private final String f1703a;

    private final int f1704b;

    private final int f1705c;

    private final int f1706d;

    private final Integer f1707e;

    private final int f1708f;

    private final long f1709g;

    private final long f1710h;

    private final long f1711i;

    private final long f1712j;

    private final PendingIntent f1713k;

    private final PendingIntent f1714l;

    private final PendingIntent f1715m;

    private final PendingIntent f1716n;

    private final Map f1717o;

    private boolean f1718p = false;

    private C0356a(String str, int i4, int i5, int i6, Integer num, int i7, long j4, long j5, long j6, long j7, PendingIntent pendingIntent, PendingIntent pendingIntent2, PendingIntent pendingIntent3, PendingIntent pendingIntent4, Map map) {
        this.f1703a = str;
        this.f1704b = i4;
        this.f1705c = i5;
        this.f1706d = i6;
        this.f1707e = num;
        this.f1708f = i7;
        this.f1709g = j4;
        this.f1710h = j5;
        this.f1711i = j6;
        this.f1712j = j7;
        this.f1713k = pendingIntent;
        this.f1714l = pendingIntent2;
        this.f1715m = pendingIntent3;
        this.f1716n = pendingIntent4;
        this.f1717o = map;
    }

    public static C0356a h(String str, int i4, int i5, int i6, Integer num, int i7, long j4, long j5, long j6, long j7, PendingIntent pendingIntent, PendingIntent pendingIntent2, PendingIntent pendingIntent3, PendingIntent pendingIntent4, Map map) {
        return new C0356a(str, i4, i5, i6, num, i7, j4, j5, j6, j7, pendingIntent, pendingIntent2, pendingIntent3, pendingIntent4, map);
    }

    private final boolean k(AbstractC0359d abstractC0359d) {
        return abstractC0359d.a() && this.f1711i <= this.f1712j;
    }

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

    public int b() {
        return this.f1706d;
    }

    public boolean c(int i4) {
        return g(AbstractC0359d.c(i4)) != null;
    }

    public boolean d(AbstractC0359d abstractC0359d) {
        return g(abstractC0359d) != null;
    }

    public String e() {
        return this.f1703a;
    }

    public int f() {
        return this.f1705c;
    }

    final PendingIntent g(AbstractC0359d abstractC0359d) {
        if (abstractC0359d.b() == 0) {
            PendingIntent pendingIntent = this.f1714l;
            if (pendingIntent != null) {
                return pendingIntent;
            }
            if (k(abstractC0359d)) {
                return this.f1716n;
            }
            return null;
        }
        if (abstractC0359d.b() == 1) {
            PendingIntent pendingIntent2 = this.f1713k;
            if (pendingIntent2 != null) {
                return pendingIntent2;
            }
            if (k(abstractC0359d)) {
                return this.f1715m;
            }
        }
        return null;
    }

    final void i() {
        this.f1718p = true;
    }

    final boolean j() {
        return this.f1718p;
    }
}