Searched refs:switchHoldingAndActive (Results 1 - 9 of 9) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCallManagerTest.java236 CallManager.getInstance().switchHoldingAndActive(null);
237 verify(mPhone, times(1)).switchHoldingAndActive();
240 CallManager.getInstance().switchHoldingAndActive(mBgCall);
241 verify(mPhone, times(2)).switchHoldingAndActive();
244 CallManager.getInstance().switchHoldingAndActive(mBgCall);
245 verify(mPhone, times(3)).switchHoldingAndActive();
249 CallManager.getInstance().switchHoldingAndActive(mBgCall);
250 verify(mPhone, times(4)).switchHoldingAndActive();
251 verify(mPhoneHold, times(1)).switchHoldingAndActive();
258 verify(mPhone, times(0)).switchHoldingAndActive();
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java201 switchHoldingAndActive();
219 public void switchHoldingAndActive() throws CallStateException { method in class:SipPhone
223 if (DBG) log("switchHoldingAndActive: Disregarded! Under " + TIMEOUT_HOLD_PROCESSING +
227 if (DBG) log("switchHoldingAndActive: switch fg and bg");
804 switchHoldingAndActive();
1000 originalPhone.switchHoldingAndActive();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java701 activePhone.switchHoldingAndActive();
759 public void switchHoldingAndActive(Call heldCall) throws CallStateException { method in class:CallManager
764 Rlog.d(LOG_TAG, "switchHoldingAndActive(" +heldCall + ")");
777 activePhone.switchHoldingAndActive();
781 heldPhone.switchHoldingAndActive();
785 Rlog.d(LOG_TAG, "End switchHoldingAndActive(" +heldCall + ")");
816 switchHoldingAndActive(heldCall);
959 activePhone.switchHoldingAndActive();
H A DPhoneInternalInterface.java348 void switchHoldingAndActive() throws CallStateException; method in interface:PhoneInternalInterface
H A DGsmCdmaPhone.java719 public void switchHoldingAndActive() throws CallStateException { method in class:GsmCdmaPhone
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java.broken557 mGSMPhone.switchHoldingAndActive();
568 mGSMPhone.switchHoldingAndActive();
708 mGSMPhone.switchHoldingAndActive();
920 mGSMPhone.switchHoldingAndActive();
989 mGSMPhone.switchHoldingAndActive();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneTest.java301 mImsPhoneUT.switchHoldingAndActive();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1113 public void switchHoldingAndActive() throws CallStateException { method in class:PhoneMock
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java358 switchHoldingAndActive() throws CallStateException { method in class:ImsPhone

Completed in 280 milliseconds