正在查看: Namma Yatri v3.3.7 应用的 C3574a.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Namma Yatri v3.3.7 应用的 C3574a.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package j8;
import android.app.PendingIntent;
import java.util.Map;
public class C3574a {
private final String f47969a;
private final int f47970b;
private final int f47971c;
private final int f47972d;
private final Integer f47973e;
private final int f47974f;
private final long f47975g;
private final long f47976h;
private final long f47977i;
private final long f47978j;
private final PendingIntent f47979k;
private final PendingIntent f47980l;
private final PendingIntent f47981m;
private final PendingIntent f47982n;
private final Map f47983o;
private boolean f47984p = false;
private C3574a(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.f47969a = str;
this.f47970b = i10;
this.f47971c = i11;
this.f47972d = i12;
this.f47973e = num;
this.f47974f = i13;
this.f47975g = j10;
this.f47976h = j11;
this.f47977i = j12;
this.f47978j = j13;
this.f47979k = pendingIntent;
this.f47980l = pendingIntent2;
this.f47981m = pendingIntent3;
this.f47982n = pendingIntent4;
this.f47983o = map;
}
public static C3574a f(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 C3574a(str, i10, i11, i12, num, i13, j10, j11, j12, j13, pendingIntent, pendingIntent2, pendingIntent3, pendingIntent4, map);
}
private final boolean i(AbstractC3577d abstractC3577d) {
return abstractC3577d.a() && this.f47977i <= this.f47978j;
}
public int a() {
return this.f47972d;
}
public boolean b(int i10) {
return e(AbstractC3577d.c(i10)) != null;
}
public boolean c(AbstractC3577d abstractC3577d) {
return e(abstractC3577d) != null;
}
public int d() {
return this.f47971c;
}
final PendingIntent e(AbstractC3577d abstractC3577d) {
if (abstractC3577d.b() == 0) {
PendingIntent pendingIntent = this.f47980l;
if (pendingIntent != null) {
return pendingIntent;
}
if (i(abstractC3577d)) {
return this.f47982n;
}
return null;
}
if (abstractC3577d.b() == 1) {
PendingIntent pendingIntent2 = this.f47979k;
if (pendingIntent2 != null) {
return pendingIntent2;
}
if (i(abstractC3577d)) {
return this.f47981m;
}
}
return null;
}
final void g() {
this.f47984p = true;
}
final boolean h() {
return this.f47984p;
}
}