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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 767 hangupForegroundResumeBackground();
794 void hangupForegroundResumeBackground() {
795 if (Phone.DEBUG_PHONE) log("hangupForegroundResumeBackground");
796 mCi.hangupForegroundResumeBackground(obtainCompleteMessage());
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCommandInterface.java 125 public void hangupForegroundResumeBackground (Message result) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 126 public void hangupForegroundResumeBackground (Message result) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 840 hangupForegroundResumeBackground();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 622 public void hangupForegroundResumeBackground (Message result) {
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java 262 public void hangupForegroundResumeBackground(Message result) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java     [all...]
CallManager.java 743 public void hangupForegroundResumeBackground(Call heldCall) throws CallStateException {
748 Rlog.d(LOG_TAG, "hangupForegroundResumeBackground(" +heldCall + ")");
767 Rlog.d(LOG_TAG, "End hangupForegroundResumeBackground(" +heldCall + ")");
    [all...]
RIL.java     [all...]

Completed in 141 milliseconds