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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 756 hangupForegroundResumeBackground();
783 void hangupForegroundResumeBackground() {
784 if (Phone.DEBUG_PHONE) log("hangupForegroundResumeBackground");
785 mCi.hangupForegroundResumeBackground(obtainCompleteMessage());
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 125 public void hangupForegroundResumeBackground (Message result) {
  /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/cdma/
CdmaCallTracker.java 806 hangupForegroundResumeBackground();
833 void hangupForegroundResumeBackground() {
834 if (Phone.DEBUG_PHONE) log("hangupForegroundResumeBackground");
835 mCi.hangupForegroundResumeBackground(obtainCompleteMessage());
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 621 public void hangupForegroundResumeBackground (Message result) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java 650 public void hangupForegroundResumeBackground(Call heldCall) throws CallStateException {
655 Rlog.d(LOG_TAG, "hangupForegroundResumeBackground(" +heldCall + ")");
674 Rlog.d(LOG_TAG, "End hangupForegroundResumeBackground(" +heldCall + ")");
    [all...]
CommandsInterface.java 815 void hangupForegroundResumeBackground (Message result);
    [all...]
RIL.java     [all...]

Completed in 343 milliseconds