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

  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnection.java 137 getPhone().switchHoldingAndActive();
149 getPhone().switchHoldingAndActive();
  /packages/services/Telephony/src/com/android/services/telephony/
CdmaConference.java 128 call.getPhone().switchHoldingAndActive();
TelephonyConnection.java 413 // Although the method says switchHoldingAndActive, it eventually calls a RIL method
424 phone.switchHoldingAndActive();
447 // switchHoldingAndActive(). The result is that they simply cancel each other out.
456 mOriginalConnection.getCall().getPhone().switchHoldingAndActive();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 198 switchHoldingAndActive();
216 public void switchHoldingAndActive() throws CallStateException {
217 if (DBG) log("switchHoldingAndActive: switch fg and bg");
785 switchHoldingAndActive();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java 737 activePhone.switchHoldingAndActive();
795 public void switchHoldingAndActive(Call heldCall) throws CallStateException {
800 Rlog.d(LOG_TAG, "switchHoldingAndActive(" +heldCall + ")");
813 activePhone.switchHoldingAndActive();
817 heldPhone.switchHoldingAndActive();
821 Rlog.d(LOG_TAG, "End switchHoldingAndActive(" +heldCall + ")");
852 switchHoldingAndActive(heldCall);
    [all...]
Phone.java 734 void switchHoldingAndActive() throws CallStateException;
    [all...]
PhoneProxy.java 708 public void switchHoldingAndActive() throws CallStateException {
709 mActivePhone.switchHoldingAndActive();
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 727 switchHoldingAndActive(phone.getBackgroundCall());
742 PhoneUtils.switchHoldingAndActive(mApp.mCM.getFirstActiveBgCall());
748 static void switchHoldingAndActive(Call heldCall) {
749 log("switchHoldingAndActive()...");
754 cm.switchHoldingAndActive(cm.getFgPhone().getBackgroundCall());
757 cm.switchHoldingAndActive(heldCall);
761 Log.w(LOG_TAG, "switchHoldingAndActive: caught " + ex, ex);
781 // TODO: Need to change the call from switchHoldingAndActive to
785 switchHoldingAndActive(cm.getFirstActiveBgCall());
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java.broken 557 mGSMPhone.switchHoldingAndActive();
568 mGSMPhone.switchHoldingAndActive();
708 mGSMPhone.switchHoldingAndActive();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 282 switchHoldingAndActive() throws CallStateException {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 539 switchHoldingAndActive() throws CallStateException {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 522 switchHoldingAndActive() throws CallStateException {
    [all...]

Completed in 116 milliseconds