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

  /frameworks/base/telephony/java/com/android/internal/telephony/
CallManager.java 501 activePhone.switchHoldingAndActive();
558 public void switchHoldingAndActive(Call heldCall) throws CallStateException {
563 Log.d(LOG_TAG, "switchHoldingAndActive(" +heldCall + ")");
576 activePhone.switchHoldingAndActive();
580 heldPhone.switchHoldingAndActive();
584 Log.d(LOG_TAG, "End switchHoldingAndActive(" +heldCall + ")");
615 switchHoldingAndActive(heldCall);
712 activePhone.switchHoldingAndActive();
    [all...]
PhoneProxy.java 378 public void switchHoldingAndActive() throws CallStateException {
379 mActivePhone.switchHoldingAndActive();
Phone.java 666 void switchHoldingAndActive() throws CallStateException;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhone.java 166 switchHoldingAndActive();
183 public void switchHoldingAndActive() throws CallStateException {
639 switchHoldingAndActive();
826 originalPhone.switchHoldingAndActive();
    [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 560 mGSMPhone.switchHoldingAndActive();
571 mGSMPhone.switchHoldingAndActive();
711 mGSMPhone.switchHoldingAndActive();
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 704 switchHoldingAndActive(phone.getBackgroundCall());
712 static void switchHoldingAndActive(Call heldCall) {
714 if (DBG) log("switchHoldingAndActive");
718 cm.switchHoldingAndActive(cm.getFgPhone().getBackgroundCall());
721 cm.switchHoldingAndActive(heldCall);
725 Log.w(LOG_TAG, "switchHoldingAndActive: caught " + ex, ex);
786 // TODO: Need to change the call from switchHoldingAndActive to
789 switchHoldingAndActive(cm.getFirstActiveBgCall());
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 450 switchHoldingAndActive() throws CallStateException {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 412 switchHoldingAndActive() throws CallStateException {
    [all...]

Completed in 513 milliseconds