导航菜单

页面标题

页面副标题

Empower MX v1.29.4.340 - C3140a.java 源代码

正在查看: Empower MX v1.29.4.340 应用的 C3140a.java JAVA 源代码文件

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


package b5;

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

public class C3140a {

    private final String f32865a;

    private final int f32866b;

    private final int f32867c;

    private final int f32868d;

    private final Integer f32869e;

    private final int f32870f;

    private final long f32871g;

    private final long f32872h;

    private final long f32873i;

    private final long f32874j;

    private final PendingIntent f32875k;

    private final PendingIntent f32876l;

    private final PendingIntent f32877m;

    private final PendingIntent f32878n;

    private final Map f32879o;

    private boolean f32880p = false;

    private C3140a(String str, int i10, int i11, int i12, Integer num, int i13, long j10, long j11, long j12, long j13, PendingIntent pendingIntent, PendingIntent pendingIntent2, PendingIntent pendingIntent3, PendingIntent pendingIntent4, Map map) {
        this.f32865a = str;
        this.f32866b = i10;
        this.f32867c = i11;
        this.f32868d = i12;
        this.f32869e = num;
        this.f32870f = i13;
        this.f32871g = j10;
        this.f32872h = j11;
        this.f32873i = j12;
        this.f32874j = j13;
        this.f32875k = pendingIntent;
        this.f32876l = pendingIntent2;
        this.f32877m = pendingIntent3;
        this.f32878n = pendingIntent4;
        this.f32879o = map;
    }

    public static C3140a d(String str, int i10, int i11, int i12, Integer num, int i13, long j10, long j11, long j12, long j13, PendingIntent pendingIntent, PendingIntent pendingIntent2, PendingIntent pendingIntent3, PendingIntent pendingIntent4, Map map) {
        return new C3140a(str, i10, i11, i12, num, i13, j10, j11, j12, j13, pendingIntent, pendingIntent2, pendingIntent3, pendingIntent4, map);
    }

    private final boolean g(d dVar) {
        return dVar.a() && this.f32873i <= this.f32874j;
    }

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

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

    final PendingIntent c(d dVar) {
        if (dVar.b() == 0) {
            PendingIntent pendingIntent = this.f32876l;
            if (pendingIntent != null) {
                return pendingIntent;
            }
            if (g(dVar)) {
                return this.f32878n;
            }
            return null;
        }
        if (dVar.b() == 1) {
            PendingIntent pendingIntent2 = this.f32875k;
            if (pendingIntent2 != null) {
                return pendingIntent2;
            }
            if (g(dVar)) {
                return this.f32877m;
            }
        }
        return null;
    }

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

    final boolean f() {
        return this.f32880p;
    }
}