Searched refs:swapConference (Results 1 – 7 of 7) sorted by relevance
354 public void swapConference(String callId) { in swapConference() method in InCallAdapter362 call.swapConference(); in swapConference()
967 void swapConference(Call call) { in swapConference() method in ConnectionServiceWrapper972 mServiceInterface.swapConference(callId); in swapConference()
1497 public void swapConference() { in swapConference() method in Call1502 mConnectionService.swapConference(this); in swapConference()
497 activeCall.swapConference(); in processChld()
151 call.swapConference(); in swap()
262 public void swapConference(String conferenceCallId) throws RemoteException { } in swapConference() method in ConnectionServiceFixture.FakeConnectionService
698 verify(parentCall).swapConference(); in testProcessChldHoldActiveSwapConference()