Lines Matching refs:findConferenceForAction
1706 findConferenceForAction(callId, "disconnect").onDisconnect(); in disconnect()
1715 findConferenceForAction(callId, "hold").onHold(); in hold()
1724 findConferenceForAction(callId, "unhold").onUnhold(); in unhold()
1734 findConferenceForAction(callId, "onCallAudioStateChanged").setCallAudioState( in onCallAudioStateChanged()
1744 findConferenceForAction(callId, "playDtmfTone").onPlayDtmfTone(digit); in playDtmfTone()
1753 findConferenceForAction(callId, "stopDtmfTone").onStopDtmfTone(); in stopDtmfTone()
1764 conference2 = findConferenceForAction(callId2, "conference"); in conference()
1775 Conference conference1 = findConferenceForAction(callId1, "addConnection"); in conference()
1821 Conference conference = findConferenceForAction(callId, "mergeConference"); in mergeConference()
1829 Conference conference = findConferenceForAction(callId, "swapConference"); in swapConference()
1897 findConferenceForAction(callId, "handleExtrasChanged").handleExtrasChanged(extras); in handleExtrasChanged()
2599 private Conference findConferenceForAction(String conferenceId, String action) { in findConferenceForAction() method in ConnectionService