导航菜单

页面标题

页面副标题

Namma Yatri v3.3.7 - C1114a.java 源代码

正在查看: Namma Yatri v3.3.7 应用的 C1114a.java JAVA 源代码文件

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


package j8;

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

public class C1114a {
    private final String a;
    private final int b;
    private final int c;
    private final int d;
    private final Integer e;
    private final int f;
    private final long g;
    private final long h;
    private final long i;
    private final long j;
    private final PendingIntent k;
    private final PendingIntent l;
    private final PendingIntent m;
    private final PendingIntent n;
    private final Map o;
    private boolean p = false;

    private C1114a(String str, int i, int i2, int i3, Integer num, int i4, long j, long j2, long j3, long j4, PendingIntent pendingIntent, PendingIntent pendingIntent2, PendingIntent pendingIntent3, PendingIntent pendingIntent4, Map map) {
        this.a = str;
        this.b = i;
        this.c = i2;
        this.d = i3;
        this.e = num;
        this.f = i4;
        this.g = j;
        this.h = j2;
        this.i = j3;
        this.j = j4;
        this.k = pendingIntent;
        this.l = pendingIntent2;
        this.m = pendingIntent3;
        this.n = pendingIntent4;
        this.o = map;
    }

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

    private final boolean i(AbstractC1117d abstractC1117d) {
        return abstractC1117d.a() && this.i <= this.j;
    }

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

    public boolean b(int i) {
        return e(AbstractC1117d.c(i)) != null;
    }

    public boolean c(AbstractC1117d abstractC1117d) {
        return e(abstractC1117d) != null;
    }

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

    final PendingIntent e(AbstractC1117d abstractC1117d) {
        if (abstractC1117d.b() == 0) {
            PendingIntent pendingIntent = this.l;
            if (pendingIntent != null) {
                return pendingIntent;
            }
            if (i(abstractC1117d)) {
                return this.n;
            }
            return null;
        }
        if (abstractC1117d.b() == 1) {
            PendingIntent pendingIntent2 = this.k;
            if (pendingIntent2 != null) {
                return pendingIntent2;
            }
            if (i(abstractC1117d)) {
                return this.m;
            }
        }
        return null;
    }

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

    final boolean h() {
        return this.p;
    }
}