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.java1236 mCi.hangupWaitingOrBackground(obtainCompleteMessage()); in hangup()
1259 hangupWaitingOrBackground(); in hangup()
1285 public void hangupWaitingOrBackground() { in hangupWaitingOrBackground() method in GsmCdmaCallTracker
1288 mCi.hangupWaitingOrBackground(obtainCompleteMessage()); in hangupWaitingOrBackground()
DCommandsInterface.java906 void hangupWaitingOrBackground (Message result); in hangupWaitingOrBackground() method
DRIL.java849 public void hangupWaitingOrBackground(Message result) { in hangupWaitingOrBackground() method in RIL
858 radioProxy.hangupWaitingOrBackground(rr.mSerial); in hangupWaitingOrBackground()
DGsmCdmaPhone.java860 mCT.hangupWaitingOrBackground(); in handleCallDeflectionIncallSupplementaryService()
/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/sip/
DSipCommandInterface.java137 public void hangupWaitingOrBackground (Message result) { in hangupWaitingOrBackground() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java712 public void hangupWaitingOrBackground(Message result) { in hangupWaitingOrBackground() method in SimulatedCommandsVerifier
DSimulatedCommands.java661 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.java401 mRILUnderTest.hangupWaitingOrBackground(obtainMessage()); in testHangupWaitingOrBackground()
402 verify(mRadioProxy).hangupWaitingOrBackground(mSerialNumberCaptor.capture()); in testHangupWaitingOrBackground()