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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java806 hangupForegroundResumeBackground();
833 void hangupForegroundResumeBackground() { method in class:CdmaCallTracker
834 if (Phone.DEBUG_PHONE) log("hangupForegroundResumeBackground");
835 mCi.hangupForegroundResumeBackground(obtainCompleteMessage());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java756 hangupForegroundResumeBackground();
783 void hangupForegroundResumeBackground() { method in class:GsmCallTracker
784 if (Phone.DEBUG_PHONE) log("hangupForegroundResumeBackground");
785 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.java815 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.java976 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 90 milliseconds