Searched refs:swapConference (Results 1 – 8 of 8) sorted by relevance
125 public void swapConference() { in swapConference() method in BluetoothCall126 mCall.swapConference(); in swapConference()
758 activeCall.swapConference(); in _processChld()
508 public void swapConference(String callId) { in swapConference() method in InCallAdapter516 call.swapConference(); in swapConference()
1828 void swapConference(Call call) { in swapConference() method in ConnectionServiceWrapper1833 mServiceInterface.swapConference(callId, in swapConference()
2910 public void swapConference() { in swapConference() method in Call2915 mConnectionService.swapConference(this); in swapConference()
113 call.swapConference(); in swap()
374 public void swapConference(String conferenceCallId, in swapConference() method in ConnectionServiceFixture.FakeConnectionService
822 verify(parentCall).swapConference(); in testProcessChldHoldActiveSwapConference()