Home
last modified time | relevance | path

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

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