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.java420 private CompletableFuture<Call> mPendingCallConfirm; field in CallsManager
3362 if (mPendingCallConfirm != null && !mPendingCallConfirm.isDone()) {
3363 mPendingCallConfirm.complete(null);
3364 mPendingCallConfirm = null;
5854 if (mPendingCallConfirm != null) {
5855 mPendingCallConfirm.complete(mPendingCall);
5856 mPendingCallConfirm = null;
5876 if (mPendingCallConfirm != null) {
5877 mPendingCallConfirm.complete(null);
5878 mPendingCallConfirm = null;
[all …]