Home
last modified time | relevance | path

Searched refs:mPendingCallConfirm (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java304 private CompletableFuture<Call> mPendingCallConfirm; field in CallsManager
2547 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;