Searched defs:swapConference (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DInCallAdapter.java249 public void swapConference(String callId) { method in class:InCallAdapter
251 mAdapter.swapConference(callId);
H A DConnectionService.java240 public void swapConference(String callId) {
397 swapConference((String) msg.obj);
955 private void swapConference(String callId) { method in class:ConnectionService
956 Log.d(this, "swapConference(%s)", callId);
957 Conference conference = findConferenceForAction(callId, "swapConference");
H A DCall.java993 public void swapConference() { method in class:Call
994 mInCallAdapter.swapConference(mTelecomCallId);

Completed in 54 milliseconds