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.java2072 CompletableFuture<Call> makeRoomForCall = setAccountHandle.thenComposeAsync( in startOutgoingCall() local
2150 makeRoomForCall.thenCombine(suggestionFuture, Pair::create); in startOutgoingCall()