Searched refs:switchHoldingAndActive (Results 1 – 9 of 9) sorted by relevance
236 CallManager.getInstance().switchHoldingAndActive(null); in testSwitchHoldingAndActive()237 verify(mPhone, times(1)).switchHoldingAndActive(); in testSwitchHoldingAndActive()240 CallManager.getInstance().switchHoldingAndActive(mBgCall); in testSwitchHoldingAndActive()241 verify(mPhone, times(2)).switchHoldingAndActive(); in testSwitchHoldingAndActive()244 CallManager.getInstance().switchHoldingAndActive(mBgCall); in testSwitchHoldingAndActive()245 verify(mPhone, times(3)).switchHoldingAndActive(); in testSwitchHoldingAndActive()249 CallManager.getInstance().switchHoldingAndActive(mBgCall); in testSwitchHoldingAndActive()250 verify(mPhone, times(4)).switchHoldingAndActive(); in testSwitchHoldingAndActive()251 verify(mPhoneHold, times(1)).switchHoldingAndActive(); in testSwitchHoldingAndActive()258 verify(mPhone, times(0)).switchHoldingAndActive(); in testHangupForegroundResumeBackground()[all …]
201 switchHoldingAndActive(); in dialInternal()219 public void switchHoldingAndActive() throws CallStateException { in switchHoldingAndActive() method in SipPhone804 switchHoldingAndActive();1000 originalPhone.switchHoldingAndActive(); in separate()
701 activePhone.switchHoldingAndActive(); in acceptCall()759 public void switchHoldingAndActive(Call heldCall) throws CallStateException { in switchHoldingAndActive() method in CallManager777 activePhone.switchHoldingAndActive(); in switchHoldingAndActive()781 heldPhone.switchHoldingAndActive(); in switchHoldingAndActive()816 switchHoldingAndActive(heldCall); in hangupForegroundResumeBackground()959 activePhone.switchHoldingAndActive(); in dial()
348 void switchHoldingAndActive() throws CallStateException; in switchHoldingAndActive() method
719 public void switchHoldingAndActive() throws CallStateException { in switchHoldingAndActive() method in GsmCdmaPhone
557 mGSMPhone.switchHoldingAndActive();568 mGSMPhone.switchHoldingAndActive();708 mGSMPhone.switchHoldingAndActive();920 mGSMPhone.switchHoldingAndActive();989 mGSMPhone.switchHoldingAndActive();
301 mImsPhoneUT.switchHoldingAndActive(); in testGettersAndPassThroughs()
1113 public void switchHoldingAndActive() throws CallStateException { in switchHoldingAndActive() method in PhoneMock
358 switchHoldingAndActive() throws CallStateException { in switchHoldingAndActive() method in ImsPhone