导航菜单

页面标题

页面副标题

Minits v4.9.3.32 - C1349a.java 源代码

正在查看: Minits v4.9.3.32 应用的 C1349a.java JAVA 源代码文件

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


package Y4;

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

public class C1349a {

    public final String f10949a;

    public final int f10950b;

    public final int f10951c;

    public final int f10952d;

    public final Integer f10953e;

    public final int f10954f;

    public final long f10955g;

    public final long f10956h;

    public final long f10957i;

    public final long f10958j;

    public final PendingIntent f10959k;

    public final PendingIntent f10960l;

    public final PendingIntent f10961m;

    public final PendingIntent f10962n;

    public final Map f10963o;

    public boolean f10964p = false;

    public C1349a(String str, int i8, int i9, int i10, Integer num, int i11, long j8, long j9, long j10, long j11, PendingIntent pendingIntent, PendingIntent pendingIntent2, PendingIntent pendingIntent3, PendingIntent pendingIntent4, Map map) {
        this.f10949a = str;
        this.f10950b = i8;
        this.f10951c = i9;
        this.f10952d = i10;
        this.f10953e = num;
        this.f10954f = i11;
        this.f10955g = j8;
        this.f10956h = j9;
        this.f10957i = j10;
        this.f10958j = j11;
        this.f10959k = pendingIntent;
        this.f10960l = pendingIntent2;
        this.f10961m = pendingIntent3;
        this.f10962n = pendingIntent4;
        this.f10963o = map;
    }

    public static C1349a d(String str, int i8, int i9, int i10, Integer num, int i11, long j8, long j9, long j10, long j11, PendingIntent pendingIntent, PendingIntent pendingIntent2, PendingIntent pendingIntent3, PendingIntent pendingIntent4, Map map) {
        return new C1349a(str, i8, i9, i10, num, i11, j8, j9, j10, j11, pendingIntent, pendingIntent2, pendingIntent3, pendingIntent4, map);
    }

    public boolean a(d dVar) {
        return c(dVar) != null;
    }

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

    public final PendingIntent c(d dVar) {
        if (dVar.b() == 0) {
            PendingIntent pendingIntent = this.f10960l;
            if (pendingIntent != null) {
                return pendingIntent;
            }
            if (g(dVar)) {
                return this.f10962n;
            }
            return null;
        }
        if (dVar.b() == 1) {
            PendingIntent pendingIntent2 = this.f10959k;
            if (pendingIntent2 != null) {
                return pendingIntent2;
            }
            if (g(dVar)) {
                return this.f10961m;
            }
        }
        return null;
    }

    public final void e() {
        this.f10964p = true;
    }

    public final boolean f() {
        return this.f10964p;
    }

    public final boolean g(d dVar) {
        return dVar.a() && this.f10957i <= this.f10958j;
    }
}