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 745 hangupForegroundResumeBackground();
772 void hangupForegroundResumeBackground() {
773 if (Phone.DEBUG_PHONE) log("hangupForegroundResumeBackground");
774 cm.hangupForegroundResumeBackground(obtainCompleteMessage());
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipCommandInterface.java 103 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 815 hangupForegroundResumeBackground();
842 void hangupForegroundResumeBackground() {
843 if (Phone.DEBUG_PHONE) log("hangupForegroundResumeBackground");
844 cm.hangupForegroundResumeBackground(obtainCompleteMessage());
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 597 public void hangupForegroundResumeBackground (Message result) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallManager.java 622 public void hangupForegroundResumeBackground(Call heldCall) throws CallStateException {
627 Log.d(LOG_TAG, "hangupForegroundResumeBackground(" +heldCall + ")");
646 Log.d(LOG_TAG, "End hangupForegroundResumeBackground(" +heldCall + ")");
    [all...]
CommandsInterface.java 816 void hangupForegroundResumeBackground (Message result);
    [all...]
RIL.java 951 hangupForegroundResumeBackground (Message result) {
    [all...]

Completed in 345 milliseconds