Searched defs:heldCall (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DPhoneUtils.java716 * @param heldCall is the background call want to be swapped
718 static void switchHoldingAndActive(Call heldCall) { argument
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);

Completed in 66 milliseconds