Home
last modified time | relevance | path

Searched refs:hangupWaitingOrBackground (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java1293 mCi.hangupWaitingOrBackground(obtainCompleteMessage()); in hangup()
1316 hangupWaitingOrBackground(); in hangup()
1342 public void hangupWaitingOrBackground() { in hangupWaitingOrBackground() method in GsmCdmaCallTracker
1345 mCi.hangupWaitingOrBackground(obtainCompleteMessage()); in hangupWaitingOrBackground()
DCommandsInterface.java938 void hangupWaitingOrBackground (Message result); in hangupWaitingOrBackground() method
DRIL.java1094 public void hangupWaitingOrBackground(Message result) { in hangupWaitingOrBackground() method in RIL
1103 radioProxy.hangupWaitingOrBackground(rr.mSerial); in hangupWaitingOrBackground()
DGsmCdmaPhone.java983 mCT.hangupWaitingOrBackground(); in handleCallDeflectionIncallSupplementaryService()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java137 public void hangupWaitingOrBackground (Message result) { in hangupWaitingOrBackground() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java137 public void hangupWaitingOrBackground (Message result) { in hangupWaitingOrBackground() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java712 public void hangupWaitingOrBackground(Message result) { in hangupWaitingOrBackground() method in SimulatedCommandsVerifier
DSimulatedCommands.java681 public void hangupWaitingOrBackground (Message result) { in hangupWaitingOrBackground() method in SimulatedCommands
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken258 public void hangupWaitingOrBackground(Message result) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java459 mRILUnderTest.hangupWaitingOrBackground(obtainMessage()); in testHangupWaitingOrBackground()
460 verify(mRadioProxy).hangupWaitingOrBackground(mSerialNumberCaptor.capture()); in testHangupWaitingOrBackground()