38 lines
1.3 KiB
Java
38 lines
1.3 KiB
Java
package o;
|
|
|
|
import android.os.RemoteException;
|
|
import android.util.Log;
|
|
import com.google.android.gms.tasks.TaskCompletionSource;
|
|
|
|
/* renamed from: o.nck, reason: case insensitive filesystem */
|
|
/* loaded from: classes2.dex */
|
|
final class C16341nck extends BMB {
|
|
private TaskCompletionSource b;
|
|
private String d;
|
|
private OAW 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 C16341nck(OAW oaw, TaskCompletionSource taskCompletionSource, TaskCompletionSource taskCompletionSource2, String str) {
|
|
super(taskCompletionSource);
|
|
this.e = oaw;
|
|
this.b = taskCompletionSource2;
|
|
this.d = str;
|
|
}
|
|
|
|
/* JADX WARN: Type inference failed for: r0v3, types: [o.ibk, android.os.IInterface] */
|
|
@Override // o.BMB
|
|
public final void a() {
|
|
try {
|
|
this.e.a.k.Nh_(this.e.c, OAW.Nw_(), new BinderC16132lZR(this.e, this.b));
|
|
} catch (RemoteException e) {
|
|
yax yaxVar = OAW.d;
|
|
Object[] objArr = {this.d};
|
|
if (Log.isLoggable("PlayCore", 6)) {
|
|
yax.d(yaxVar.d, "completeUpdate(%s)", objArr);
|
|
}
|
|
this.b.trySetException(new RuntimeException(e));
|
|
}
|
|
}
|
|
}
|