You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

114 lines
4.2 KiB

package p060t1;
import p006b1.C0484l;
import p036l1.InterfaceC1432l;
import p039m1.C1468e;
import p039m1.C1470g;
/* renamed from: t1.n */
/* loaded from: classes.dex */
public final class C1699n {
/* renamed from: a */
public final Object f3929a;
/* renamed from: b */
public final AbstractC1670e f3930b;
/* renamed from: c */
public final InterfaceC1432l<Throwable, C0484l> f3931c;
/* renamed from: d */
public final Object f3932d;
/* renamed from: e */
public final Throwable f3933e;
/* JADX WARN: Multi-variable type inference failed */
public C1699n(Object obj, AbstractC1670e abstractC1670e, InterfaceC1432l<? super Throwable, C0484l> interfaceC1432l, Object obj2, Throwable th) {
this.f3929a = obj;
this.f3930b = abstractC1670e;
this.f3931c = interfaceC1432l;
this.f3932d = obj2;
this.f3933e = th;
}
public /* synthetic */ C1699n(Object obj, AbstractC1670e abstractC1670e, InterfaceC1432l interfaceC1432l, Object obj2, Throwable th, int i, C1468e c1468e) {
this(obj, (i & 2) != 0 ? null : abstractC1670e, (i & 4) != 0 ? null : interfaceC1432l, (i & 8) != 0 ? null : obj2, (i & 16) != 0 ? null : th);
}
/* renamed from: b */
public static /* synthetic */ C1699n m532b(C1699n c1699n, Object obj, AbstractC1670e abstractC1670e, InterfaceC1432l interfaceC1432l, Object obj2, Throwable th, int i, Object obj3) {
if ((i & 1) != 0) {
obj = c1699n.f3929a;
}
if ((i & 2) != 0) {
abstractC1670e = c1699n.f3930b;
}
AbstractC1670e abstractC1670e2 = abstractC1670e;
InterfaceC1432l<Throwable, C0484l> interfaceC1432l2 = interfaceC1432l;
if ((i & 4) != 0) {
interfaceC1432l2 = c1699n.f3931c;
}
InterfaceC1432l interfaceC1432l3 = interfaceC1432l2;
if ((i & 8) != 0) {
obj2 = c1699n.f3932d;
}
Object obj4 = obj2;
if ((i & 16) != 0) {
th = c1699n.f3933e;
}
return c1699n.m533a(obj, abstractC1670e2, interfaceC1432l3, obj4, th);
}
/* renamed from: a */
public final C1699n m533a(Object obj, AbstractC1670e abstractC1670e, InterfaceC1432l<? super Throwable, C0484l> interfaceC1432l, Object obj2, Throwable th) {
return new C1699n(obj, abstractC1670e, interfaceC1432l, obj2, th);
}
/* renamed from: c */
public final boolean m531c() {
return this.f3933e != null;
}
/* renamed from: d */
public final void m530d(C1682i<?> c1682i, Throwable th) {
AbstractC1670e abstractC1670e = this.f3930b;
if (abstractC1670e != null) {
c1682i.m589k(abstractC1670e, th);
}
InterfaceC1432l<Throwable, C0484l> interfaceC1432l = this.f3931c;
if (interfaceC1432l == null) {
return;
}
c1682i.m588l(interfaceC1432l, th);
}
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj instanceof C1699n) {
C1699n c1699n = (C1699n) obj;
return C1470g.m1296a(this.f3929a, c1699n.f3929a) && C1470g.m1296a(this.f3930b, c1699n.f3930b) && C1470g.m1296a(this.f3931c, c1699n.f3931c) && C1470g.m1296a(this.f3932d, c1699n.f3932d) && C1470g.m1296a(this.f3933e, c1699n.f3933e);
}
return false;
}
public int hashCode() {
Object obj = this.f3929a;
int hashCode = (obj == null ? 0 : obj.hashCode()) * 31;
AbstractC1670e abstractC1670e = this.f3930b;
int hashCode2 = (hashCode + (abstractC1670e == null ? 0 : abstractC1670e.hashCode())) * 31;
InterfaceC1432l<Throwable, C0484l> interfaceC1432l = this.f3931c;
int hashCode3 = (hashCode2 + (interfaceC1432l == null ? 0 : interfaceC1432l.hashCode())) * 31;
Object obj2 = this.f3932d;
int hashCode4 = (hashCode3 + (obj2 == null ? 0 : obj2.hashCode())) * 31;
Throwable th = this.f3933e;
return hashCode4 + (th != null ? th.hashCode() : 0);
}
public String toString() {
return "CompletedContinuation(result=" + this.f3929a + ", cancelHandler=" + this.f3930b + ", onCancellation=" + this.f3931c + ", idempotentResume=" + this.f3932d + ", cancelCause=" + this.f3933e + ')';
}
}