Home
last modified time | relevance | path

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

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