43 lines
1.1 KiB
Java
43 lines
1.1 KiB
Java
package o;
|
|
|
|
import java.util.concurrent.Executor;
|
|
|
|
/* renamed from: o.dej, reason: case insensitive filesystem */
|
|
/* loaded from: classes2.dex */
|
|
public final class C9174dej<TResult> implements nRk<TResult> {
|
|
final Object b = new Object();
|
|
LRb c;
|
|
private Executor e;
|
|
|
|
@Override // o.nRk
|
|
public final void b(HiE<TResult> hiE) {
|
|
if (hiE.b() || hiE.d()) {
|
|
return;
|
|
}
|
|
this.e.execute(new Runnable(this, hiE) { // from class: o.dej.5
|
|
private C9174dej a;
|
|
private HiE b;
|
|
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
synchronized (this.a.b) {
|
|
if (this.a.c != null) {
|
|
this.a.c.onFailure(this.b.e());
|
|
}
|
|
}
|
|
}
|
|
|
|
{
|
|
this.a = this;
|
|
this.b = hiE;
|
|
}
|
|
});
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public C9174dej(Executor executor, LRb lRb) {
|
|
this.c = lRb;
|
|
this.e = executor;
|
|
}
|
|
}
|