package com.google.android.play.core.assetpacks; import android.os.Bundle; import android.os.RemoteException; import com.google.android.gms.tasks.TaskCompletionSource; /* loaded from: classes2.dex */ final class i extends r3.i0 { /* renamed from: b, reason: collision with root package name */ final /* synthetic */ int f4911b; /* renamed from: c, reason: collision with root package name */ final /* synthetic */ String f4912c; /* renamed from: d, reason: collision with root package name */ final /* synthetic */ String f4913d; /* renamed from: e, reason: collision with root package name */ final /* synthetic */ int f4914e; /* renamed from: f, reason: collision with root package name */ final /* synthetic */ TaskCompletionSource f4915f; /* renamed from: g, reason: collision with root package name */ final /* synthetic */ s f4916g; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ i(s sVar, TaskCompletionSource taskCompletionSource, int i10, String str, String str2, int i11, TaskCompletionSource taskCompletionSource2) { super(taskCompletionSource); this.f4911b = i10; this.f4912c = str; this.f4913d = str2; this.f4914e = i11; this.f4915f = taskCompletionSource2; this.f4916g = 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; Bundle g10; try { s0Var = this.f4916g.f5041d; ?? e10 = s0Var.e(); str = this.f4916g.f5038a; Bundle k10 = s.k(this.f4911b, this.f4912c, this.f4913d, this.f4914e); g10 = s.g(); e10.b(str, k10, g10, new m(this.f4916g, this.f4915f)); } catch (RemoteException e11) { String str2 = this.f4912c; h0Var = s.f5036g; h0Var.b("getChunkFileDescriptor(%s, %s, %d, session=%d)", str2, this.f4913d, Integer.valueOf(this.f4914e), Integer.valueOf(this.f4911b)); this.f4915f.trySetException(new RuntimeException(e11)); } } }