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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java1250 hangupForegroundResumeBackground();
1291 public void hangupForegroundResumeBackground() { method in class:GsmCdmaCallTracker
1292 if (Phone.DEBUG_PHONE) log("hangupForegroundResumeBackground");
1293 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.java911 void hangupForegroundResumeBackground (Message result); method in interface:CommandsInterface
H A DRIL.java1011 public void hangupForegroundResumeBackground(Message result) { method in class:RIL
1020 radioProxy.hangupForegroundResumeBackground(rr.mSerial);
1022 handleRadioProxyExceptionForRR(rr, "hangupForegroundResumeBackground", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java131 public void hangupForegroundResumeBackground (Message result) { method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java131 public void hangupForegroundResumeBackground (Message result) { method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java648 public void hangupForegroundResumeBackground (Message result) { method in class:SimulatedCommands
H A DSimulatedCommandsVerifier.java705 public void hangupForegroundResumeBackground(Message result) { method in class:SimulatedCommandsVerifier

Completed in 652 milliseconds