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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java 537 activePhone.switchHoldingAndActive();
611 public void switchHoldingAndActive(Call heldCall) throws CallStateException {
616 Rlog.d(LOG_TAG, "switchHoldingAndActive(" +heldCall + ")");
629 activePhone.switchHoldingAndActive();
633 heldPhone.switchHoldingAndActive();
637 Rlog.d(LOG_TAG, "End switchHoldingAndActive(" +heldCall + ")");
668 switchHoldingAndActive(heldCall);
769 activePhone.switchHoldingAndActive();
    [all...]
PhoneProxy.java 578 public void switchHoldingAndActive() throws CallStateException {
579 mActivePhone.switchHoldingAndActive();
    [all...]
Phone.java 641 void switchHoldingAndActive() throws CallStateException;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 196 switchHoldingAndActive();
214 public void switchHoldingAndActive() throws CallStateException {
781 switchHoldingAndActive();
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 555 mGSMPhone.switchHoldingAndActive();
566 mGSMPhone.switchHoldingAndActive();
706 mGSMPhone.switchHoldingAndActive();
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 447 switchHoldingAndActive() throws CallStateException {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 463 switchHoldingAndActive() throws CallStateException {
    [all...]

Completed in 947 milliseconds