Home | History | Annotate | Download | only in phone

Lines Matching defs:switchHoldingAndActive

781                 switchHoldingAndActive(phone.getBackgroundCall());
789 static void switchHoldingAndActive(Call heldCall) {
790 log("switchHoldingAndActive()...");
795 cm.switchHoldingAndActive(cm.getFgPhone().getBackgroundCall());
798 cm.switchHoldingAndActive(heldCall);
802 Log.w(LOG_TAG, "switchHoldingAndActive: caught " + ex, ex);
863 // TODO: Need to change the call from switchHoldingAndActive to
867 switchHoldingAndActive(cm.getFirstActiveBgCall());