Searched defs:switchWaitingOrHoldingAndActive (Results 1 - 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java290 switchWaitingOrHoldingAndActive();
542 switchWaitingOrHoldingAndActive();
565 public void switchWaitingOrHoldingAndActive() throws CallStateException { method in class:GsmCdmaCallTracker
571 mCi.switchWaitingOrHoldingAndActive(
H A DCommandsInterface.java922 void switchWaitingOrHoldingAndActive (Message result); method in interface:CommandsInterface
H A DRIL.java1028 public void switchWaitingOrHoldingAndActive(Message result) { method in class:RIL
1037 radioProxy.switchWaitingOrHoldingAndActive(rr.mSerial);
1039 handleRadioProxyExceptionForRR(rr, "switchWaitingOrHoldingAndActive", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java945 switchWaitingOrHoldingAndActive();
1220 switchWaitingOrHoldingAndActive();
1264 public void switchWaitingOrHoldingAndActive() throws CallStateException { method in class:ImsPhoneCallTracker
1265 if (DBG) log("switchWaitingOrHoldingAndActive");
2293 // Note: If we're performing a switchWaitingOrHoldingAndActive, the call to
2299 // switchWaitingOrHoldingAndActive. We now need to resume the background call.
H A DImsPhoneCommandInterface.java135 public void switchWaitingOrHoldingAndActive (Message result) { method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java135 public void switchWaitingOrHoldingAndActive (Message result) { method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java670 public void switchWaitingOrHoldingAndActive (Message result) { method in class:SimulatedCommands
H A DSimulatedCommandsVerifier.java710 public void switchWaitingOrHoldingAndActive(Message result) { method in class:SimulatedCommandsVerifier

Completed in 2057 milliseconds