Home | History | Annotate | Download | only in telecom

Lines Matching defs:swapConference

533         public void swapConference(String callId, Session.Info sessionInfo) {
1025 swapConference((String) args.arg1);
1781 private void swapConference(String callId) {
1782 Log.d(this, "swapConference(%s)", callId);
1783 Conference conference = findConferenceForAction(callId, "swapConference");