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

  /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/sip/
SipCommandInterface.java 100 public void hangupForegroundResumeBackground (Message result) {
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java 261 public void hangupForegroundResumeBackground(Message result) {
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 812 hangupForegroundResumeBackground();
839 void hangupForegroundResumeBackground() {
840 if (Phone.DEBUG_PHONE) log("hangupForegroundResumeBackground");
841 cm.hangupForegroundResumeBackground(obtainCompleteMessage());
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 594 public void hangupForegroundResumeBackground (Message result) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallManager.java 603 public void hangupForegroundResumeBackground(Call heldCall) throws CallStateException {
608 Log.d(LOG_TAG, "hangupForegroundResumeBackground(" +heldCall + ")");
627 Log.d(LOG_TAG, "End hangupForegroundResumeBackground(" +heldCall + ")");
    [all...]
CommandsInterface.java     [all...]
RIL.java 925 hangupForegroundResumeBackground (Message result) {
    [all...]

Completed in 183 milliseconds