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 526 activePhone.switchHoldingAndActive();
583 public void switchHoldingAndActive(Call heldCall) throws CallStateException {
588 Log.d(LOG_TAG, "switchHoldingAndActive(" +heldCall + ")");
601 activePhone.switchHoldingAndActive();
605 heldPhone.switchHoldingAndActive();
609 Log.d(LOG_TAG, "End switchHoldingAndActive(" +heldCall + ")");
640 switchHoldingAndActive(heldCall);
741 activePhone.switchHoldingAndActive();
    [all...]
PhoneProxy.java 475 public void switchHoldingAndActive() throws CallStateException {
476 mActivePhone.switchHoldingAndActive();
Phone.java 709 void switchHoldingAndActive() throws CallStateException;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhone.java 171 switchHoldingAndActive();
188 public void switchHoldingAndActive() throws CallStateException {
664 switchHoldingAndActive();
856 originalPhone.switchHoldingAndActive();
    [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 554 mGSMPhone.switchHoldingAndActive();
565 mGSMPhone.switchHoldingAndActive();
705 mGSMPhone.switchHoldingAndActive();
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 431 switchHoldingAndActive() throws CallStateException {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 437 switchHoldingAndActive() throws CallStateException {
    [all...]

Completed in 68 milliseconds