Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DRemoteConnectionService.java59 findConnectionForAction(id, "handleCreateConnectionSuccessful");
99 findConnectionForAction(callId, "setActive")
109 findConnectionForAction(callId, "setRinging")
115 findConnectionForAction(callId, "setDialing")
122 findConnectionForAction(callId, "setDisconnected")
133 findConnectionForAction(callId, "setOnHold")
143 findConnectionForAction(callId, "setRingbackRequested")
150 findConnectionForAction(callId, "setConnectionCapabilities")
162 findConnectionForAction(callId, "setIsConferenced");
224 findConnectionForAction(callId, "removeCall")
[all …]
DConnectionService.java663 findConnectionForAction(callId, "abort").onAbort(); in abort()
668 findConnectionForAction(callId, "answer").onAnswer(videoState); in answerVideo()
673 findConnectionForAction(callId, "answer").onAnswer(); in answer()
678 findConnectionForAction(callId, "reject").onReject(); in reject()
684 findConnectionForAction(callId, "disconnect").onDisconnect(); in disconnect()
693 findConnectionForAction(callId, "hold").onHold(); in hold()
702 findConnectionForAction(callId, "unhold").onUnhold(); in unhold()
711 findConnectionForAction(callId, "onCallAudioStateChanged").setCallAudioState( in onCallAudioStateChanged()
722 findConnectionForAction(callId, "playDtmfTone").onPlayDtmfTone(digit); in playDtmfTone()
731 findConnectionForAction(callId, "stopDtmfTone").onStopDtmfTone(); in stopDtmfTone()
[all …]