package com.google.android.play.core.assetpacks; import android.os.Bundle; import android.os.RemoteException; import com.google.android.gms.tasks.TaskCompletionSource; import java.util.ArrayList; import java.util.List; /* loaded from: classes2.dex */ final class d extends r3.i0 { /* renamed from: b, reason: collision with root package name */ final /* synthetic */ List f4813b; /* renamed from: c, reason: collision with root package name */ final /* synthetic */ TaskCompletionSource f4814c; /* renamed from: d, reason: collision with root package name */ final /* synthetic */ s f4815d; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ d(s sVar, TaskCompletionSource taskCompletionSource, List list, TaskCompletionSource taskCompletionSource2) { super(taskCompletionSource); this.f4813b = list; this.f4814c = taskCompletionSource2; this.f4815d = sVar; } /* JADX WARN: Type inference failed for: r1v4, types: [android.os.IInterface, r3.y] */ @Override // r3.i0 protected final void a() { r3.h0 h0Var; r3.s0 s0Var; String str; Bundle g10; ArrayList t10 = s.t(this.f4813b); try { s0Var = this.f4815d.f5041d; ?? e10 = s0Var.e(); str = this.f4815d.f5038a; g10 = s.g(); e10.A(str, t10, g10, new l(this.f4815d, this.f4814c)); } catch (RemoteException e11) { List list = this.f4813b; h0Var = s.f5036g; h0Var.c(e11, "cancelDownloads(%s)", list); } } }