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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java103 public void hangupForegroundResumeBackground (Message result) { method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java816 hangupForegroundResumeBackground();
843 void hangupForegroundResumeBackground() { method in class:CdmaCallTracker
844 if (Phone.DEBUG_PHONE) log("hangupForegroundResumeBackground");
845 cm.hangupForegroundResumeBackground(obtainCompleteMessage());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java746 hangupForegroundResumeBackground();
773 void hangupForegroundResumeBackground() { method in class:GsmCallTracker
774 if (Phone.DEBUG_PHONE) log("hangupForegroundResumeBackground");
775 cm.hangupForegroundResumeBackground(obtainCompleteMessage());
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java261 public void hangupForegroundResumeBackground(Message result) { method in class:UsimDataDownloadCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java816 void hangupForegroundResumeBackground (Message result); method in interface:CommandsInterface
H A DCallManager.java622 public void hangupForegroundResumeBackground(Call heldCall) throws CallStateException { method in class:CallManager
627 Log.d(LOG_TAG, "hangupForegroundResumeBackground(" +heldCall + ")");
646 Log.d(LOG_TAG, "End hangupForegroundResumeBackground(" +heldCall + ")");
H A DRIL.java952 hangupForegroundResumeBackground (Message result) { method in class:RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java597 public void hangupForegroundResumeBackground (Message result) { method in class:SimulatedCommands

Completed in 66 milliseconds