Lines Matching refs:heldCall
716 * @param heldCall is the background call want to be swapped718 static void switchHoldingAndActive(Call heldCall) {722 if (heldCall.isIdle()) {723 // no heldCall, so it is to hold active call726 // has particular heldCall, so to switch727 cm.switchHoldingAndActive(heldCall);