Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java1290 mCi.hangupWaitingOrBackground(obtainCompleteMessage()); in hangup()
1313 hangupWaitingOrBackground(); in hangup()
1341 public void hangupWaitingOrBackground() { in hangupWaitingOrBackground() method in GsmCdmaCallTracker
1344 mCi.hangupWaitingOrBackground(obtainCompleteMessage()); in hangupWaitingOrBackground()
DCommandsInterface.java976 void hangupWaitingOrBackground (Message result); in hangupWaitingOrBackground() method
DRIL.java1361 public void hangupWaitingOrBackground(Message result) { in hangupWaitingOrBackground() method in RIL
1370 radioProxy.hangupWaitingOrBackground(rr.mSerial); in hangupWaitingOrBackground()
DGsmCdmaPhone.java1084 mCT.hangupWaitingOrBackground(); in handleCallDeflectionIncallSupplementaryService()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java144 public void hangupWaitingOrBackground (Message result) { in hangupWaitingOrBackground() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java144 public void hangupWaitingOrBackground (Message result) { in hangupWaitingOrBackground() method in SipCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java722 public void hangupWaitingOrBackground(Message result) { in hangupWaitingOrBackground() method in SimulatedCommandsVerifier
DRILTest.java468 mRILUnderTest.hangupWaitingOrBackground(obtainMessage()); in testHangupWaitingOrBackground()
469 verify(mRadioProxy).hangupWaitingOrBackground(mSerialNumberCaptor.capture()); in testHangupWaitingOrBackground()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken258 public void hangupWaitingOrBackground(Message result) {