Searched defs:swapConference (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/telecomm/java/android/telecom/
H A DCall.java1189 public void swapConference() { method in class:Call
1190 mInCallAdapter.swapConference(mTelecomCallId);
H A DConnectionService.java461 public void swapConference(String callId, Session.Info sessionInfo) {
892 swapConference((String) args.arg1);
1585 private void swapConference(String callId) { method in class:ConnectionService
1586 Log.d(this, "swapConference(%s)", callId);
1587 Conference conference = findConferenceForAction(callId, "swapConference");
H A DInCallAdapter.java249 public void swapConference(String callId) { method in class:InCallAdapter
251 mAdapter.swapConference(callId);

Completed in 42 milliseconds