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

/packages/services/Telephony/src/com/android/phone/
H A DPhoneUtils.java746 * @param heldCall is the background call want to be swapped
748 static void switchHoldingAndActive(Call heldCall) { argument
752 if (heldCall.isIdle()) {
753 // no heldCall, so it is to hold active call
756 // has particular heldCall, so to switch
757 cm.switchHoldingAndActive(heldCall);

Completed in 61 milliseconds