Searched refs:mPendingCallConfirm (Results 1 – 1 of 1) sorted by relevance
420 private CompletableFuture<Call> mPendingCallConfirm; field in CallsManager3362 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 …]