Home
last modified time | relevance | path

Searched refs:swapConference (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DInCallAdapter.java246 public void swapConference(String callId) { in swapConference() method in InCallAdapter
248 mAdapter.swapConference(callId); in swapConference()
DRemoteConference.java387 mConnectionService.swapConference(mId); in swap()
DCall.java816 public void swapConference() { in swapConference() method in Call
817 mInCallAdapter.swapConference(mTelecomCallId); in swapConference()
DConnectionService.java220 public void swapConference(String callId) {
343 swapConference((String) msg.obj);
807 private void swapConference(String callId) { in swapConference() method in ConnectionService
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIInCallAdapter.aidl58 void swapConference(String callId); in swapConference() method
DIConnectionService.aidl71 void swapConference(String conferenceCallId); in swapConference() method
/frameworks/base/api/
Dcurrent.txt29925 method public void swapConference();
Dsystem-current.txt32096 method public void swapConference();