Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallsManager.java1634 CompletableFuture<List<PhoneAccountSuggestion>> suggestionFuture = accountsForCall. in startOutgoingCall() local
1731 makeRoomForCall.thenCombine(suggestionFuture, Pair::create); in startOutgoingCall()