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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java537 activePhone.switchHoldingAndActive();
611 public void switchHoldingAndActive(Call heldCall) throws CallStateException { method in class:CallManager
616 Rlog.d(LOG_TAG, "switchHoldingAndActive(" +heldCall + ")");
629 activePhone.switchHoldingAndActive();
633 heldPhone.switchHoldingAndActive();
637 Rlog.d(LOG_TAG, "End switchHoldingAndActive(" +heldCall + ")");
668 switchHoldingAndActive(heldCall);
769 activePhone.switchHoldingAndActive();
H A DPhone.java640 void switchHoldingAndActive() throws CallStateException; method in interface:Phone
H A DPhoneProxy.java578 public void switchHoldingAndActive() throws CallStateException { method in class:PhoneProxy
579 mActivePhone.switchHoldingAndActive();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java196 switchHoldingAndActive();
214 public void switchHoldingAndActive() throws CallStateException { method in class:SipPhone
781 switchHoldingAndActive();
974 originalPhone.switchHoldingAndActive();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java555 mGSMPhone.switchHoldingAndActive();
566 mGSMPhone.switchHoldingAndActive();
706 mGSMPhone.switchHoldingAndActive();
918 mGSMPhone.switchHoldingAndActive();
987 mGSMPhone.switchHoldingAndActive();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java446 switchHoldingAndActive() throws CallStateException { method in class:CDMAPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java461 switchHoldingAndActive() throws CallStateException { method in class:GSMPhone

Completed in 63 milliseconds