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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java814 hangupForegroundResumeBackground();
841 void hangupForegroundResumeBackground() { method in class:CdmaCallTracker
842 if (Phone.DEBUG_PHONE) log("hangupForegroundResumeBackground");
843 mCi.hangupForegroundResumeBackground(obtainCompleteMessage());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java765 hangupForegroundResumeBackground();
792 void hangupForegroundResumeBackground() { method in class:GsmCallTracker
793 if (Phone.DEBUG_PHONE) log("hangupForegroundResumeBackground");
794 mCi.hangupForegroundResumeBackground(obtainCompleteMessage());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java125 public void hangupForegroundResumeBackground (Message result) { method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java852 void hangupForegroundResumeBackground (Message result); method in interface:CommandsInterface
H A DCallManager.java650 public void hangupForegroundResumeBackground(Call heldCall) throws CallStateException { method in class:CallManager
655 Rlog.d(LOG_TAG, "hangupForegroundResumeBackground(" +heldCall + ")");
674 Rlog.d(LOG_TAG, "End hangupForegroundResumeBackground(" +heldCall + ")");
H A DRIL.java937 hangupForegroundResumeBackground (Message result) { method in class:RIL
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java262 public void hangupForegroundResumeBackground(Message result) { method in class:UsimDataDownloadCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java621 public void hangupForegroundResumeBackground (Message result) { method in class:SimulatedCommands

Completed in 2572 milliseconds