正在查看: Kickcash v16.1 应用的 a.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Kickcash v16.1 应用的 a.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.microsoft.clarity.xh;
import android.app.PendingIntent;
import androidx.annotation.NonNull;
import java.util.Map;
public class a {
@NonNull
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 a(@NonNull 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 a j(@NonNull 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 a(str, i, i2, i3, num, i4, j, j2, j3, j4, pendingIntent, pendingIntent2, pendingIntent3, pendingIntent4, map);
}
private final boolean m(d dVar) {
return dVar.a() && this.i <= this.j;
}
public int a() {
return this.b;
}
public Integer b() {
return this.e;
}
public boolean c(int i) {
return i(d.c(i)) != null;
}
public boolean d(@NonNull d dVar) {
return i(dVar) != null;
}
@NonNull
public String e() {
return this.a;
}
public long f() {
return this.h;
}
public int g() {
return this.c;
}
public int h() {
return this.f;
}
final PendingIntent i(d dVar) {
if (dVar.b() == 0) {
PendingIntent pendingIntent = this.l;
if (pendingIntent != null) {
return pendingIntent;
}
if (m(dVar)) {
return this.n;
}
return null;
}
if (dVar.b() == 1) {
PendingIntent pendingIntent2 = this.k;
if (pendingIntent2 != null) {
return pendingIntent2;
}
if (m(dVar)) {
return this.m;
}
}
return null;
}
final void k() {
this.p = true;
}
final boolean l() {
return this.p;
}
}