Searched refs:switchHoldingAndActive (Results 1 – 9 of 9) sorted by relevance
235 CallManager.getInstance().switchHoldingAndActive(null); in testSwitchHoldingAndActive()236 verify(mPhone, times(1)).switchHoldingAndActive(); in testSwitchHoldingAndActive()239 CallManager.getInstance().switchHoldingAndActive(mBgCall); in testSwitchHoldingAndActive()240 verify(mPhone, times(2)).switchHoldingAndActive(); in testSwitchHoldingAndActive()243 CallManager.getInstance().switchHoldingAndActive(mBgCall); in testSwitchHoldingAndActive()244 verify(mPhone, times(3)).switchHoldingAndActive(); in testSwitchHoldingAndActive()248 CallManager.getInstance().switchHoldingAndActive(mBgCall); in testSwitchHoldingAndActive()249 verify(mPhone, times(4)).switchHoldingAndActive(); in testSwitchHoldingAndActive()250 verify(mPhoneHold, times(1)).switchHoldingAndActive(); in testSwitchHoldingAndActive()257 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()
300 void switchHoldingAndActive() throws CallStateException; in switchHoldingAndActive() method
723 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();
1113 public void switchHoldingAndActive() throws CallStateException { in switchHoldingAndActive() method in PhoneMock
301 mImsPhoneUT.switchHoldingAndActive(); in testGettersAndPassThroughs()
305 switchHoldingAndActive() throws CallStateException { in switchHoldingAndActive() method in ImsPhone