what-the-bank/sources/o/Igp.java

69 lines
1.9 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.app.PendingIntent;
import java.util.Map;
/* loaded from: classes2.dex */
public final class Igp {
boolean a = false;
private final String b;
private final int c;
public final int d;
public final int e;
private final long f;
private final long g;
private final long h;
private final int i;
private final Integer j;
private final long k;
private final PendingIntent l;
private final PendingIntent m;
private final PendingIntent n;
/* renamed from: o, reason: collision with root package name */
private final PendingIntent f8211o;
private final Map s;
public final PendingIntent MZ_(ymQ ymq) {
if (ymq.e() == 0) {
PendingIntent pendingIntent = this.n;
if (pendingIntent != null) {
return pendingIntent;
}
if (!ymq.d() || this.g > this.k) {
return null;
}
return this.m;
}
if (ymq.e() == 1) {
PendingIntent pendingIntent2 = this.l;
if (pendingIntent2 != null) {
return pendingIntent2;
}
if (ymq.d() && this.g <= this.k) {
return this.f8211o;
}
}
return null;
}
/* JADX INFO: Access modifiers changed from: package-private */
public Igp(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.b = str;
this.c = i;
this.d = i2;
this.e = i3;
this.j = num;
this.i = i4;
this.h = j;
this.f = j2;
this.g = j3;
this.k = j4;
this.l = pendingIntent;
this.n = pendingIntent2;
this.f8211o = pendingIntent3;
this.m = pendingIntent4;
this.s = map;
}
}