package com.google.android.play.core.assetpacks; import android.os.RemoteException; import com.google.android.gms.tasks.TaskCompletionSource; import java.util.Map; /* loaded from: classes2.dex */ final class e extends r3.i0 { /* renamed from: b, reason: collision with root package name */ final /* synthetic */ Map f4828b; /* renamed from: c, reason: collision with root package name */ final /* synthetic */ TaskCompletionSource f4829c; /* renamed from: d, reason: collision with root package name */ final /* synthetic */ s f4830d; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ e(s sVar, TaskCompletionSource taskCompletionSource, Map map, TaskCompletionSource taskCompletionSource2) { super(taskCompletionSource); this.f4828b = map; this.f4829c = taskCompletionSource2; this.f4830d = sVar; } /* JADX WARN: Type inference failed for: r0v3, types: [android.os.IInterface, r3.y] */ @Override // r3.i0 protected final void a() { r3.h0 h0Var; r3.s0 s0Var; String str; try { s0Var = this.f4830d.f5041d; ?? e10 = s0Var.e(); str = this.f4830d.f5038a; e10.c(str, s.n(this.f4828b), new n(this.f4830d, this.f4829c)); } catch (RemoteException e11) { h0Var = s.f5036g; h0Var.c(e11, "syncPacks", new Object[0]); this.f4829c.trySetException(new RuntimeException(e11)); } } }