HomeSort by relevance Sort by last modified time
    Searched refs:switchHoldingAndActive (Results 1 - 12 of 12) sorted by null

  /packages/services/Telephony/src/com/android/services/telephony/
CdmaConference.java 121 call.getPhone().switchHoldingAndActive();
TelephonyConnection.java 270 // Although the method says switchHoldingAndActive, it eventually calls a RIL method
281 phone.switchHoldingAndActive();
304 // switchHoldingAndActive(). The result is that they simply cancel each other out.
313 mOriginalConnection.getCall().getPhone().switchHoldingAndActive();
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnection.java 138 getPhone().switchHoldingAndActive();
150 getPhone().switchHoldingAndActive();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 197 switchHoldingAndActive();
215 public void switchHoldingAndActive() throws CallStateException {
784 switchHoldingAndActive();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java 646 activePhone.switchHoldingAndActive();
704 public void switchHoldingAndActive(Call heldCall) throws CallStateException {
709 Rlog.d(LOG_TAG, "switchHoldingAndActive(" +heldCall + ")");
722 activePhone.switchHoldingAndActive();
726 heldPhone.switchHoldingAndActive();
730 Rlog.d(LOG_TAG, "End switchHoldingAndActive(" +heldCall + ")");
761 switchHoldingAndActive(heldCall);
    [all...]
Phone.java 686 void switchHoldingAndActive() throws CallStateException;
    [all...]
PhoneProxy.java 636 public void switchHoldingAndActive() throws CallStateException {
637 mActivePhone.switchHoldingAndActive();
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 712 switchHoldingAndActive(phone.getBackgroundCall());
727 PhoneUtils.switchHoldingAndActive(mApp.mCM.getFirstActiveBgCall());
733 static void switchHoldingAndActive(Call heldCall) {
734 log("switchHoldingAndActive()...");
739 cm.switchHoldingAndActive(cm.getFgPhone().getBackgroundCall());
742 cm.switchHoldingAndActive(heldCall);
746 Log.w(LOG_TAG, "switchHoldingAndActive: caught " + ex, ex);
766 // TODO: Need to change the call from switchHoldingAndActive to
770 switchHoldingAndActive(cm.getFirstActiveBgCall());
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 557 mGSMPhone.switchHoldingAndActive();
568 mGSMPhone.switchHoldingAndActive();
708 mGSMPhone.switchHoldingAndActive();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 238 switchHoldingAndActive() throws CallStateException {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 521 switchHoldingAndActive() throws CallStateException {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 527 switchHoldingAndActive() throws CallStateException {
    [all...]

Completed in 652 milliseconds