Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DRemoteConnectionService.java102 findConferenceForAction(callId, "setActive")
125 findConferenceForAction(callId, "setDisconnected")
136 findConferenceForAction(callId, "setOnHold")
153 findConferenceForAction(callId, "setConnectionCapabilities")
171 findConferenceForAction(conferenceCallId, "setIsConferenced");
227 findConferenceForAction(callId, "removeCall")
309 findConferenceForAction(callId, "setConferenceableConnections")
329 findConferenceForAction(callId, "setExtras")
424 private RemoteConference findConferenceForAction( in findConferenceForAction() method in RemoteConnectionService
DConnectionService.java686 findConferenceForAction(callId, "disconnect").onDisconnect(); in disconnect()
695 findConferenceForAction(callId, "hold").onHold(); in hold()
704 findConferenceForAction(callId, "unhold").onUnhold(); in unhold()
714 findConferenceForAction(callId, "onCallAudioStateChanged").setCallAudioState( in onCallAudioStateChanged()
724 findConferenceForAction(callId, "playDtmfTone").onPlayDtmfTone(digit); in playDtmfTone()
733 findConferenceForAction(callId, "stopDtmfTone").onStopDtmfTone(); in stopDtmfTone()
744 conference2 = findConferenceForAction(callId2, "conference"); in conference()
755 Conference conference1 = findConferenceForAction(callId1, "addConnection"); in conference()
801 Conference conference = findConferenceForAction(callId, "mergeConference"); in mergeConference()
809 Conference conference = findConferenceForAction(callId, "swapConference"); in swapConference()
[all …]