Searched refs:switchHoldingAndActive (Results 1 – 9 of 9) sorted by relevance
234 CallManager.getInstance().switchHoldingAndActive(null); in testSwitchHoldingAndActive()235 verify(mPhone, times(1)).switchHoldingAndActive(); in testSwitchHoldingAndActive()238 CallManager.getInstance().switchHoldingAndActive(mBgCall); in testSwitchHoldingAndActive()239 verify(mPhone, times(2)).switchHoldingAndActive(); in testSwitchHoldingAndActive()242 CallManager.getInstance().switchHoldingAndActive(mBgCall); in testSwitchHoldingAndActive()243 verify(mPhone, times(3)).switchHoldingAndActive(); in testSwitchHoldingAndActive()247 CallManager.getInstance().switchHoldingAndActive(mBgCall); in testSwitchHoldingAndActive()248 verify(mPhone, times(4)).switchHoldingAndActive(); in testSwitchHoldingAndActive()249 verify(mPhoneHold, times(1)).switchHoldingAndActive(); in testSwitchHoldingAndActive()256 verify(mPhone, times(0)).switchHoldingAndActive(); in testHangupForegroundResumeBackground()[all …]
201 switchHoldingAndActive(); in dialInternal()219 public void switchHoldingAndActive() throws CallStateException { in switchHoldingAndActive() method in SipPhone804 switchHoldingAndActive();997 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()
307 void switchHoldingAndActive() throws CallStateException; in switchHoldingAndActive() method
727 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();
291 mImsPhoneUT.switchHoldingAndActive(); in testGettersAndPassThroughs()
1101 public void switchHoldingAndActive() throws CallStateException { in switchHoldingAndActive() method in PhoneMock
275 switchHoldingAndActive() throws CallStateException { in switchHoldingAndActive() method in ImsPhone