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);
954 private void swapConference(String callId) { method in class:ConnectionService
955 Log.d(this, "swapConference(%s)", callId);
956 Conference conference = findConferenceForAction(callId, "swapConference");
H A DCall.java983 public void swapConference() { method in class:Call
984 mInCallAdapter.swapConference(mTelecomCallId);

Completed in 157 milliseconds