Home | History | Annotate | Download | only in phone

Lines Matching refs:heldCall

716      * @param heldCall is the background call want to be swapped
718 static void switchHoldingAndActive(Call heldCall) {
722 if (heldCall.isIdle()) {
723 // no heldCall, so it is to hold active call
726 // has particular heldCall, so to switch
727 cm.switchHoldingAndActive(heldCall);