package o; import java.util.concurrent.Executor; /* renamed from: o.gYs, reason: case insensitive filesystem */ /* loaded from: classes2.dex */ public final class C14845gYs implements nRk { final Object a = new Object(); IHX c; private Executor e; @Override // o.nRk public final void b(HiE hiE) { if (!hiE.b() || hiE.d()) { return; } this.e.execute(new Runnable(this, hiE) { // from class: o.gYs.4 private HiE d; private C14845gYs e; /* JADX WARN: Multi-variable type inference failed */ @Override // java.lang.Runnable public final void run() { synchronized (this.e.a) { if (this.e.c != null) { this.e.c.onSuccess(this.d.c()); } } } { this.e = this; this.d = hiE; } }); } /* JADX INFO: Access modifiers changed from: package-private */ public C14845gYs(Executor executor, IHX ihx) { this.c = ihx; this.e = executor; } }