Lines Matching refs:findConferenceForAction
2099 onCreateConferenceComplete(findConferenceForAction(callId, in notifyCreateConferenceComplete()
2114 findConferenceForAction(callId, "answer").onAnswer(videoState); in answerVideo()
2123 findConferenceForAction(callId, "answer").onAnswer(); in answer()
2137 findConferenceForAction(callId, "reject").onReject(); in reject()
2173 findConferenceForAction(callId, "disconnect").onDisconnect(); in disconnect()
2182 findConferenceForAction(callId, "hold").onHold(); in hold()
2191 findConferenceForAction(callId, "unhold").onUnhold(); in unhold()
2201 findConferenceForAction(callId, "onCallAudioStateChanged").setCallAudioState( in onCallAudioStateChanged()
2211 findConferenceForAction(callId, "playDtmfTone").onPlayDtmfTone(digit); in playDtmfTone()
2220 findConferenceForAction(callId, "stopDtmfTone").onStopDtmfTone(); in stopDtmfTone()
2231 conference2 = findConferenceForAction(callId2, "conference"); in conference()
2242 Conference conference1 = findConferenceForAction(callId1, "addConnection"); in conference()
2288 Conference conference = findConferenceForAction(callId, "mergeConference"); in mergeConference()
2296 Conference conference = findConferenceForAction(callId, "swapConference"); in swapConference()
2308 findConferenceForAction(callId, "addConferenceParticipants") in addConferenceParticipants()
2375 findConferenceForAction(callId, "handleExtrasChanged").handleExtrasChanged(extras); in handleExtrasChanged()
3194 private Conference findConferenceForAction(String conferenceId, String action) { in findConferenceForAction() method in ConnectionService