Searched refs:swapConference (Results 1 – 10 of 10) sorted by relevance
149 public void swapConference() { in swapConference() method in BluetoothCall150 mCall.swapConference(); in swapConference()
1123 activeCall.swapConference(); in _processChld()
113 call.swapConference(); in swap()
823 call.swapConference(); in testSwapConference()828 call.swapConference(); in testSwapConference()833 call.swapConference(); in testSwapConference()835 call.swapConference(); in testSwapConference()
406 public void swapConference(String conferenceCallId, in swapConference() method in ConnectionServiceFixture.FakeConnectionService
534 public void swapConference(String callId) { in swapConference() method in InCallAdapter542 call.swapConference(); in swapConference()
2345 void swapConference(Call call) { in swapConference() method in ConnectionServiceWrapper2350 mServiceInterface.swapConference(callId, in swapConference()
3426 public void swapConference() { in swapConference() method in Call3433 mConnectionService.swapConference(this); in swapConference()
170 assertThrows(NullPointerException.class, () -> mBluetoothCall.swapConference()); in swapConference_whenInnerCallIsNull_throwsNPE()
1252 verify(parentCall).swapConference(); in testProcessChldHoldActiveSwapConference()