Searched refs:switchWaitingOrHoldingAndActive (Results 1 - 12 of 12) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java280 switchWaitingOrHoldingAndActive();
523 switchWaitingOrHoldingAndActive();
546 public void switchWaitingOrHoldingAndActive() throws CallStateException { method in class:GsmCdmaCallTracker
552 mCi.switchWaitingOrHoldingAndActive(
H A DGsmCdmaPhone.java726 mCT.switchWaitingOrHoldingAndActive();
897 if (DBG) logd("MmiCode 1: switchWaitingOrHoldingAndActive");
898 mCT.switchWaitingOrHoldingAndActive();
943 if (DBG) logd("MmiCode 2: switchWaitingOrHoldingAndActive");
944 mCT.switchWaitingOrHoldingAndActive();
H A DCommandsInterface.java916 void switchWaitingOrHoldingAndActive (Message result); method in interface:CommandsInterface
H A DRIL.java1173 switchWaitingOrHoldingAndActive (Message result) { method in class:RIL
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneTest.java195 verify(mImsCT).switchWaitingOrHoldingAndActive();
216 verify(mImsCT).switchWaitingOrHoldingAndActive();
302 verify(mImsCT).switchWaitingOrHoldingAndActive();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java133 public void switchWaitingOrHoldingAndActive (Message result) { method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java299 mCT.switchWaitingOrHoldingAndActive();
394 if (DBG) Rlog.d(LOG_TAG, "MmiCode 1: switchWaitingOrHoldingAndActive");
395 mCT.switchWaitingOrHoldingAndActive();
422 if (DBG) Rlog.d(LOG_TAG, "MmiCode 2: switchWaitingOrHoldingAndActive");
423 mCT.switchWaitingOrHoldingAndActive();
H A DImsPhoneCommandInterface.java133 public void switchWaitingOrHoldingAndActive (Message result) { method in class:ImsPhoneCommandInterface
H A DImsPhoneCallTracker.java484 switchWaitingOrHoldingAndActive();
726 switchWaitingOrHoldingAndActive();
770 public void switchWaitingOrHoldingAndActive() throws CallStateException { method in class:ImsPhoneCallTracker
771 if (DBG) log("switchWaitingOrHoldingAndActive");
1666 // Note: If we're performing a switchWaitingOrHoldingAndActive, the call to
1672 // switchWaitingOrHoldingAndActive. We now need to resume the background call.
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken266 public void switchWaitingOrHoldingAndActive(Message result) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommandsVerifier.java708 public void switchWaitingOrHoldingAndActive(Message result) { method in class:SimulatedCommandsVerifier
H A DSimulatedCommands.java660 public void switchWaitingOrHoldingAndActive (Message result) { method in class:SimulatedCommands

Completed in 591 milliseconds