Lines Matching refs:findConferenceForAction
1464 findConferenceForAction(callId, "disconnect").onDisconnect(); in disconnect()
1473 findConferenceForAction(callId, "hold").onHold(); in hold()
1482 findConferenceForAction(callId, "unhold").onUnhold(); in unhold()
1492 findConferenceForAction(callId, "onCallAudioStateChanged").setCallAudioState( in onCallAudioStateChanged()
1502 findConferenceForAction(callId, "playDtmfTone").onPlayDtmfTone(digit); in playDtmfTone()
1511 findConferenceForAction(callId, "stopDtmfTone").onStopDtmfTone(); in stopDtmfTone()
1522 conference2 = findConferenceForAction(callId2, "conference"); in conference()
1533 Conference conference1 = findConferenceForAction(callId1, "addConnection"); in conference()
1579 Conference conference = findConferenceForAction(callId, "mergeConference"); in mergeConference()
1587 Conference conference = findConferenceForAction(callId, "swapConference"); in swapConference()
1642 findConferenceForAction(callId, "handleExtrasChanged").handleExtrasChanged(extras); in handleExtrasChanged()
2164 private Conference findConferenceForAction(String conferenceId, String action) { in findConferenceForAction() method in ConnectionService