60 lines
1.4 KiB
Java
60 lines
1.4 KiB
Java
package o;
|
|
|
|
import java.util.concurrent.CancellationException;
|
|
|
|
/* renamed from: o.geE, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C14996geE extends gfC implements InterfaceC14998geG {
|
|
public final geD a;
|
|
|
|
@Override // o.InterfaceC14894gbR
|
|
public final /* synthetic */ C14866gag invoke(Throwable th) {
|
|
geD ged = this.a;
|
|
gfH gfh = this.c;
|
|
if (gfh == null) {
|
|
C14957gcv.a("");
|
|
gfh = null;
|
|
}
|
|
ged.a(gfh);
|
|
return C14866gag.c;
|
|
}
|
|
|
|
public C14996geE(geD ged) {
|
|
this.a = ged;
|
|
}
|
|
|
|
@Override // o.InterfaceC14998geG
|
|
public final InterfaceC15034gfD d() {
|
|
gfH gfh = this.c;
|
|
if (gfh == null) {
|
|
C14957gcv.a("");
|
|
gfh = null;
|
|
}
|
|
return gfh;
|
|
}
|
|
|
|
@Override // o.geN
|
|
public final void b(Throwable th) {
|
|
geD ged = this.a;
|
|
gfH gfh = this.c;
|
|
if (gfh == null) {
|
|
C14957gcv.a("");
|
|
gfh = null;
|
|
}
|
|
ged.a(gfh);
|
|
}
|
|
|
|
@Override // o.InterfaceC14998geG
|
|
public final boolean e(Throwable th) {
|
|
gfH gfh = this.c;
|
|
if (gfh == null) {
|
|
C14957gcv.a("");
|
|
gfh = null;
|
|
}
|
|
if (th instanceof CancellationException) {
|
|
return true;
|
|
}
|
|
return gfh.e(th) && gfh.bt_();
|
|
}
|
|
}
|