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

  /frameworks/opt/telephony/src/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...]
Phone.java 625 void switchHoldingAndActive() throws CallStateException;
    [all...]
PhoneProxy.java 494 public void switchHoldingAndActive() throws CallStateException {
495 mActivePhone.switchHoldingAndActive();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 172 switchHoldingAndActive();
189 public void switchHoldingAndActive() throws CallStateException {
665 switchHoldingAndActive();
857 originalPhone.switchHoldingAndActive();
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothPhoneService.java     [all...]
InCallScreen.java     [all...]
PhoneUtils.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 555 mGSMPhone.switchHoldingAndActive();
566 mGSMPhone.switchHoldingAndActive();
706 mGSMPhone.switchHoldingAndActive();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 423 switchHoldingAndActive() throws CallStateException {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 434 switchHoldingAndActive() throws CallStateException {
    [all...]

Completed in 152 milliseconds