Lines Matching refs:findConferenceForAction
830 findConferenceForAction(callId, "disconnect").onDisconnect(); in disconnect()
839 findConferenceForAction(callId, "hold").onHold(); in hold()
848 findConferenceForAction(callId, "unhold").onUnhold(); in unhold()
858 findConferenceForAction(callId, "onCallAudioStateChanged").setCallAudioState( in onCallAudioStateChanged()
868 findConferenceForAction(callId, "playDtmfTone").onPlayDtmfTone(digit); in playDtmfTone()
877 findConferenceForAction(callId, "stopDtmfTone").onStopDtmfTone(); in stopDtmfTone()
888 conference2 = findConferenceForAction(callId2, "conference"); in conference()
899 Conference conference1 = findConferenceForAction(callId1, "addConnection"); in conference()
945 Conference conference = findConferenceForAction(callId, "mergeConference"); in mergeConference()
953 Conference conference = findConferenceForAction(callId, "swapConference"); in swapConference()
1009 findConferenceForAction(callId, "handleExtrasChanged").handleExtrasChanged(extras); in handleExtrasChanged()
1423 private Conference findConferenceForAction(String conferenceId, String action) { in findConferenceForAction() method in ConnectionService