Lines Matching refs:findConferenceForAction
2548 onCreateConferenceComplete(findConferenceForAction(callId, in notifyCreateConferenceComplete()
2563 findConferenceForAction(callId, "answer").onAnswer(videoState); in answerVideo()
2572 findConferenceForAction(callId, "answer").onAnswer(); in answer()
2586 findConferenceForAction(callId, "reject").onReject(); in reject()
2622 findConferenceForAction(callId, "disconnect").onDisconnect(); in disconnect()
2631 findConferenceForAction(callId, "hold").onHold(); in hold()
2640 findConferenceForAction(callId, "unhold").onUnhold(); in unhold()
2650 findConferenceForAction(callId, "onCallAudioStateChanged").setCallAudioState( in onCallAudioStateChanged()
2660 findConferenceForAction(callId, "onCallEndpointChanged").setCallEndpoint(callEndpoint); in onCallEndpointChanged()
2671 findConferenceForAction(callId, "onAvailableCallEndpointsChanged") in onAvailableCallEndpointsChanged()
2681 findConferenceForAction(callId, "onMuteStateChanged").setMuteState(isMuted); in onMuteStateChanged()
2706 findConferenceForAction(callId, "playDtmfTone").onPlayDtmfTone(digit); in playDtmfTone()
2715 findConferenceForAction(callId, "stopDtmfTone").onStopDtmfTone(); in stopDtmfTone()
2726 conference2 = findConferenceForAction(callId2, "conference"); in conference()
2737 Conference conference1 = findConferenceForAction(callId1, "addConnection"); in conference()
2783 Conference conference = findConferenceForAction(callId, "mergeConference"); in mergeConference()
2791 Conference conference = findConferenceForAction(callId, "swapConference"); in swapConference()
2803 findConferenceForAction(callId, "addConferenceParticipants") in addConferenceParticipants()
2879 findConferenceForAction(callId, "handleExtrasChanged").handleExtrasChanged(extras); in handleExtrasChanged()
3753 private Conference findConferenceForAction(String conferenceId, String action) { in findConferenceForAction() method in ConnectionService