Searched defs:hangupForegroundResumeBackground (Results 1 - 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java1235 hangupForegroundResumeBackground();
1276 public void hangupForegroundResumeBackground() { method in class:GsmCdmaCallTracker
1277 if (Phone.DEBUG_PHONE) log("hangupForegroundResumeBackground");
1278 mCi.hangupForegroundResumeBackground(obtainCompleteMessage());
H A DCallManager.java798 public void hangupForegroundResumeBackground(Call heldCall) throws CallStateException { method in class:CallManager
803 Rlog.d(LOG_TAG, "hangupForegroundResumeBackground(" +heldCall + ")");
822 Rlog.d(LOG_TAG, "End hangupForegroundResumeBackground(" +heldCall + ")");
H A DCommandsInterface.java905 void hangupForegroundResumeBackground (Message result); method in interface:CommandsInterface
H A DRIL.java1153 hangupForegroundResumeBackground (Message result) { method in class:RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java129 public void hangupForegroundResumeBackground (Message result) { method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java129 public void hangupForegroundResumeBackground (Message result) { method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java638 public void hangupForegroundResumeBackground (Message result) { method in class:SimulatedCommands
H A DSimulatedCommandsVerifier.java703 public void hangupForegroundResumeBackground(Message result) { method in class:SimulatedCommandsVerifier

Completed in 105 milliseconds