package o; import android.os.RemoteException; import android.util.Log; import com.google.android.gms.tasks.TaskCompletionSource; /* loaded from: classes2.dex */ final class kbJ extends BMB { private TaskCompletionSource a; private OAW d; private String e; /* JADX INFO: Access modifiers changed from: package-private */ /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public kbJ(OAW oaw, TaskCompletionSource taskCompletionSource, String str, TaskCompletionSource taskCompletionSource2) { super(taskCompletionSource); this.d = oaw; this.e = str; this.a = taskCompletionSource2; } /* JADX WARN: Type inference failed for: r0v3, types: [o.ibk, android.os.IInterface] */ @Override // o.BMB public final void a() { try { ?? r0 = this.d.a.k; OAW oaw = this.d; r0.Ni_(oaw.c, OAW.Nv_(oaw, this.e), new uVv(this.d, this.a, this.e)); } catch (RemoteException e) { yax yaxVar = OAW.d; Object[] objArr = {this.e}; if (Log.isLoggable("PlayCore", 6)) { yax.d(yaxVar.d, "requestUpdateInfo(%s)", objArr); } this.a.trySetException(new RuntimeException(e)); } } }