Home | History | Annotate | Download | only in telecom

Lines Matching defs:swapConference

240         public void swapConference(String callId) {
397 swapConference((String) msg.obj);
954 private void swapConference(String callId) {
955 Log.d(this, "swapConference(%s)", callId);
956 Conference conference = findConferenceForAction(callId, "swapConference");