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

/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java100 public void hangupForegroundResumeBackground (Message result) { method in class:SipCommandInterface
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java812 hangupForegroundResumeBackground();
839 void hangupForegroundResumeBackground() { method in class:CdmaCallTracker
840 if (Phone.DEBUG_PHONE) log("hangupForegroundResumeBackground");
841 cm.hangupForegroundResumeBackground(obtainCompleteMessage());
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java742 hangupForegroundResumeBackground();
769 void hangupForegroundResumeBackground() { method in class:GsmCallTracker
770 if (Phone.DEBUG_PHONE) log("hangupForegroundResumeBackground");
771 cm.hangupForegroundResumeBackground(obtainCompleteMessage());
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java261 public void hangupForegroundResumeBackground(Message result) { method in class:UsimDataDownloadCommands
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCommandsInterface.java894 void hangupForegroundResumeBackground (Message result); method in interface:CommandsInterface
H A DCallManager.java603 public void hangupForegroundResumeBackground(Call heldCall) throws CallStateException { method in class:CallManager
608 Log.d(LOG_TAG, "hangupForegroundResumeBackground(" +heldCall + ")");
627 Log.d(LOG_TAG, "End hangupForegroundResumeBackground(" +heldCall + ")");
H A DRIL.java925 hangupForegroundResumeBackground (Message result) { method in class:RIL
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java594 public void hangupForegroundResumeBackground (Message result) { method in class:SimulatedCommands

Completed in 105 milliseconds