Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothCall.java149 public void swapConference() { in swapConference() method in BluetoothCall
150 mCall.swapConference(); in swapConference()
DBluetoothInCallService.java1123 activeCall.swapConference(); in _processChld()
/packages/apps/Dialer/java/com/android/incallui/call/
DTelecomAdapter.java113 call.swapConference(); in swap()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallTest.java823 call.swapConference(); in testSwapConference()
828 call.swapConference(); in testSwapConference()
833 call.swapConference(); in testSwapConference()
835 call.swapConference(); in testSwapConference()
DConnectionServiceFixture.java406 public void swapConference(String conferenceCallId, in swapConference() method in ConnectionServiceFixture.FakeConnectionService
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java534 public void swapConference(String callId) { in swapConference() method in InCallAdapter
542 call.swapConference(); in swapConference()
DConnectionServiceWrapper.java2345 void swapConference(Call call) { in swapConference() method in ConnectionServiceWrapper
2350 mServiceInterface.swapConference(callId, in swapConference()
DCall.java3426 public void swapConference() { in swapConference() method in Call
3433 mConnectionService.swapConference(this); in swapConference()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothCallTest.java170 assertThrows(NullPointerException.class, () -> mBluetoothCall.swapConference()); in swapConference_whenInnerCallIsNull_throwsNPE()
DBluetoothInCallServiceTest.java1252 verify(parentCall).swapConference(); in testProcessChldHoldActiveSwapConference()