HomeSort by relevance Sort by last modified time
    Searched defs:hangupForegroundResumeBackground (Results 1 - 7 of 7) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipCommandInterface.java 100 public void hangupForegroundResumeBackground (Message result) {
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 742 hangupForegroundResumeBackground();
769 void hangupForegroundResumeBackground() {
770 if (Phone.DEBUG_PHONE) log("hangupForegroundResumeBackground");
771 cm.hangupForegroundResumeBackground(obtainCompleteMessage());
  /frameworks/base/telephony/java/com/android/internal/telephony/
CommandsInterface.java 734 void hangupForegroundResumeBackground (Message result);
    [all...]
CallManager.java 602 public void hangupForegroundResumeBackground(Call heldCall) throws CallStateException {
607 Log.d(LOG_TAG, "hangupForegroundResumeBackground(" +heldCall + ")");
626 Log.d(LOG_TAG, "End hangupForegroundResumeBackground(" +heldCall + ")");
    [all...]
RIL.java 911 hangupForegroundResumeBackground (Message result) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 789 hangupForegroundResumeBackground();
816 void hangupForegroundResumeBackground() {
817 if (Phone.DEBUG_PHONE) log("hangupForegroundResumeBackground");
818 cm.hangupForegroundResumeBackground(obtainCompleteMessage());
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 599 public void hangupForegroundResumeBackground (Message result) {
    [all...]

Completed in 151 milliseconds