Searched refs:swapConference (Results 1 – 7 of 7) sorted by relevance
503 public void swapConference(String callId) { in swapConference() method in InCallAdapter511 call.swapConference(); in swapConference()
532 activeCall.swapConference(); in processChld()
1763 void swapConference(Call call) { in swapConference() method in ConnectionServiceWrapper1768 mServiceInterface.swapConference(callId, Log.getExternalSession()); in swapConference()
2665 public void swapConference() { in swapConference() method in Call2670 mConnectionService.swapConference(this); in swapConference()
113 call.swapConference(); in swap()
364 public void swapConference(String conferenceCallId, in swapConference() method in ConnectionServiceFixture.FakeConnectionService
795 verify(parentCall).swapConference(); in testProcessChldHoldActiveSwapConference()