Home | History | Annotate | Download | only in phone

Lines Matching refs:switchHoldingAndActive

702                 switchHoldingAndActive(phone.getBackgroundCall());
710 static void switchHoldingAndActive(Call heldCall) {
711 log("switchHoldingAndActive()...");
716 cm.switchHoldingAndActive(cm.getFgPhone().getBackgroundCall());
719 cm.switchHoldingAndActive(heldCall);
723 Log.w(LOG_TAG, "switchHoldingAndActive: caught " + ex, ex);
784 // TODO: Need to change the call from switchHoldingAndActive to
788 switchHoldingAndActive(cm.getFirstActiveBgCall());