Searched refs:mPendingCallConfirm (Results 1 – 1 of 1) sorted by relevance
304 private CompletableFuture<Call> mPendingCallConfirm; field in CallsManager2547 if (mPendingCallConfirm != null && !mPendingCallConfirm.isDone()) {2548 mPendingCallConfirm.complete(null);2549 mPendingCallConfirm = null;4452 mPendingCallConfirm.complete(mPendingCall);4453 mPendingCallConfirm = null;4472 mPendingCallConfirm.complete(null);4473 mPendingCallConfirm = null;4494 mPendingCallConfirm = confirmationFuture;