Searched defs:switchHoldingAndActive (Results 1 - 6 of 6) sorted by relevance

/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();
997 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.java307 void switchHoldingAndActive() throws CallStateException; method in interface:PhoneInternalInterface
H A DGsmCdmaPhone.java727 public void switchHoldingAndActive() throws CallStateException { method in class:GsmCdmaPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java275 switchHoldingAndActive() throws CallStateException { method in class:ImsPhone
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1101 public void switchHoldingAndActive() throws CallStateException { method in class:PhoneMock

Completed in 2317 milliseconds