Searched refs:hangupForegroundResumeBackground (Results 1 – 8 of 8) sorted by relevance
404 public void hangupForegroundResumeBackground(int serial) throws RemoteException { in hangupForegroundResumeBackground() method in RadioVoiceProxy407 mVoiceProxy.hangupForegroundResumeBackground(serial); in hangupForegroundResumeBackground()409 mRadioProxy.hangupForegroundResumeBackground(serial); in hangupForegroundResumeBackground()
1375 hangupForegroundResumeBackground(); in hangup()1418 public void hangupForegroundResumeBackground() { in hangupForegroundResumeBackground() method in GsmCdmaCallTracker1420 mCi.hangupForegroundResumeBackground(obtainCompleteMessage()); in hangupForegroundResumeBackground()
990 void hangupForegroundResumeBackground (Message result); in hangupForegroundResumeBackground() method
1854 public void hangupForegroundResumeBackground(Message result) { in hangupForegroundResumeBackground() method in RIL1869 voiceProxy.hangupForegroundResumeBackground(rr.mSerial); in hangupForegroundResumeBackground()
133 public void hangupForegroundResumeBackground (Message result) { in hangupForegroundResumeBackground() method in ImsPhoneCommandInterface
727 public void hangupForegroundResumeBackground(Message result) { in hangupForegroundResumeBackground() method in SimulatedCommandsVerifier
594 mRILUnderTest.hangupForegroundResumeBackground(obtainMessage()); in testHangupForegroundResumeBackground()595 verify(mRadioProxy).hangupForegroundResumeBackground(mSerialNumberCaptor.capture()); in testHangupForegroundResumeBackground()
685 public void hangupForegroundResumeBackground (Message result) { in hangupForegroundResumeBackground() method in SimulatedCommands