Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java503 public void swapConference(String callId) { in swapConference() method in InCallAdapter
511 call.swapConference(); in swapConference()
DBluetoothPhoneServiceImpl.java532 activeCall.swapConference(); in processChld()
DConnectionServiceWrapper.java1763 void swapConference(Call call) { in swapConference() method in ConnectionServiceWrapper
1768 mServiceInterface.swapConference(callId, Log.getExternalSession()); in swapConference()
DCall.java2665 public void swapConference() { in swapConference() method in Call
2670 mConnectionService.swapConference(this); in swapConference()
/packages/apps/Dialer/java/com/android/incallui/call/
DTelecomAdapter.java113 call.swapConference(); in swap()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java364 public void swapConference(String conferenceCallId, in swapConference() method in ConnectionServiceFixture.FakeConnectionService
DBluetoothPhoneServiceTest.java795 verify(parentCall).swapConference(); in testProcessChldHoldActiveSwapConference()