Home
last modified time | relevance | path

Searched refs:hangupForegroundResumeBackground (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCallManagerTest.java256 CallManager.getInstance().hangupForegroundResumeBackground(mBgCall); in testHangupForegroundResumeBackground()
263 CallManager.getInstance().hangupForegroundResumeBackground(mBgCall); in testHangupForegroundResumeBackground()
270 CallManager.getInstance().hangupForegroundResumeBackground(mBgCall); in testHangupForegroundResumeBackground()
DRILTest.java412 mRILUnderTest.hangupForegroundResumeBackground(obtainMessage()); in testHangupForegroundResumeBackground()
413 verify(mRadioProxy).hangupForegroundResumeBackground(mSerialNumberCaptor.capture()); in testHangupForegroundResumeBackground()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java1250 hangupForegroundResumeBackground(); in hangup()
1291 public void hangupForegroundResumeBackground() { in hangupForegroundResumeBackground() method in GsmCdmaCallTracker
1293 mCi.hangupForegroundResumeBackground(obtainCompleteMessage()); in hangupForegroundResumeBackground()
DCommandsInterface.java917 void hangupForegroundResumeBackground (Message result); in hangupForegroundResumeBackground() method
DCallManager.java798 public void hangupForegroundResumeBackground(Call heldCall) throws CallStateException { in hangupForegroundResumeBackground() method in CallManager
DRIL.java866 public void hangupForegroundResumeBackground(Message result) { in hangupForegroundResumeBackground() method in RIL
875 radioProxy.hangupForegroundResumeBackground(rr.mSerial); in hangupForegroundResumeBackground()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java141 public void hangupForegroundResumeBackground (Message result) { in hangupForegroundResumeBackground() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java141 public void hangupForegroundResumeBackground (Message result) { in hangupForegroundResumeBackground() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java717 public void hangupForegroundResumeBackground(Message result) { in hangupForegroundResumeBackground() method in SimulatedCommandsVerifier
DSimulatedCommands.java683 public void hangupForegroundResumeBackground (Message result) { in hangupForegroundResumeBackground() method in SimulatedCommands
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken262 public void hangupForegroundResumeBackground(Message result) {