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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java526 activePhone.switchHoldingAndActive();
583 public void switchHoldingAndActive(Call heldCall) throws CallStateException { method in class:CallManager
588 Log.d(LOG_TAG, "switchHoldingAndActive(" +heldCall + ")");
601 activePhone.switchHoldingAndActive();
605 heldPhone.switchHoldingAndActive();
609 Log.d(LOG_TAG, "End switchHoldingAndActive(" +heldCall + ")");
640 switchHoldingAndActive(heldCall);
741 activePhone.switchHoldingAndActive();
H A DPhone.java625 void switchHoldingAndActive() throws CallStateException; method in interface:Phone
H A DPhoneProxy.java494 public void switchHoldingAndActive() throws CallStateException { method in class:PhoneProxy
495 mActivePhone.switchHoldingAndActive();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java172 switchHoldingAndActive();
189 public void switchHoldingAndActive() throws CallStateException { method in class:SipPhone
665 switchHoldingAndActive();
857 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.java423 switchHoldingAndActive() throws CallStateException { method in class:CDMAPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java434 switchHoldingAndActive() throws CallStateException { method in class:GSMPhone

Completed in 54 milliseconds