Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioVoiceProxy.java404 public void hangupForegroundResumeBackground(int serial) throws RemoteException { in hangupForegroundResumeBackground() method in RadioVoiceProxy
407 mVoiceProxy.hangupForegroundResumeBackground(serial); in hangupForegroundResumeBackground()
409 mRadioProxy.hangupForegroundResumeBackground(serial); in hangupForegroundResumeBackground()
DGsmCdmaCallTracker.java1375 hangupForegroundResumeBackground(); in hangup()
1418 public void hangupForegroundResumeBackground() { in hangupForegroundResumeBackground() method in GsmCdmaCallTracker
1420 mCi.hangupForegroundResumeBackground(obtainCompleteMessage()); in hangupForegroundResumeBackground()
DCommandsInterface.java990 void hangupForegroundResumeBackground (Message result); in hangupForegroundResumeBackground() method
DRIL.java1854 public void hangupForegroundResumeBackground(Message result) { in hangupForegroundResumeBackground() method in RIL
1869 voiceProxy.hangupForegroundResumeBackground(rr.mSerial); in hangupForegroundResumeBackground()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java133 public void hangupForegroundResumeBackground (Message result) { in hangupForegroundResumeBackground() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java727 public void hangupForegroundResumeBackground(Message result) { in hangupForegroundResumeBackground() method in SimulatedCommandsVerifier
DRILTest.java594 mRILUnderTest.hangupForegroundResumeBackground(obtainMessage()); in testHangupForegroundResumeBackground()
595 verify(mRadioProxy).hangupForegroundResumeBackground(mSerialNumberCaptor.capture()); in testHangupForegroundResumeBackground()
DSimulatedCommands.java685 public void hangupForegroundResumeBackground (Message result) { in hangupForegroundResumeBackground() method in SimulatedCommands