package x2; import java.util.Iterator; import java.util.concurrent.Executor; import z2.b; /* loaded from: classes.dex */ public class v { /* renamed from: a, reason: collision with root package name */ private final Executor f15347a; /* renamed from: b, reason: collision with root package name */ private final y2.d f15348b; /* renamed from: c, reason: collision with root package name */ private final x f15349c; /* renamed from: d, reason: collision with root package name */ private final z2.b f15350d; v(Executor executor, y2.d dVar, x xVar, z2.b bVar) { this.f15347a = executor; this.f15348b = dVar; this.f15349c = xVar; this.f15350d = bVar; } /* JADX INFO: Access modifiers changed from: private */ public /* synthetic */ Object d() { Iterator it = this.f15348b.N().iterator(); while (it.hasNext()) { this.f15349c.a((q2.o) it.next(), 1); } return null; } /* JADX INFO: Access modifiers changed from: private */ public /* synthetic */ void e() { this.f15350d.G(new b.a() { // from class: x2.u @Override // z2.b.a public final Object c() { Object d10; d10 = v.this.d(); return d10; } }); } public void c() { this.f15347a.execute(new Runnable() { // from class: x2.t @Override // java.lang.Runnable public final void run() { v.this.e(); } }); } }