Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java309 final Call heldCall = createHeldCall(); in testListCurrentCallsCdmaHold() local
610 Call heldCall = createHeldCall(); in testProcessChldReleaseActiveHold() local
633 Call heldCall = createHeldCall(); in testProcessChldHoldActiveUnhold() local
685 final Call heldCall = createHeldCall(); in testProcessChldHoldActiveSwapConference() local
722 final Call heldCall = createHeldCall(); in testOnCallAddedCdmaActiveHold() local
810 Call heldCall = createHeldCall(); in testOnCallStateChangedGSMSwap() local
827 Call heldCall = createHeldCall(); in testOnIsConferencedChanged() local
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java486 Call heldCall = mCallsManager.getHeldCall(); in processChld() local
675 Call heldCall = mCallsManager.getHeldCall(); in updateHeadsetWithCallState() local
DCallsManager.java1017 Call heldCall = getHeldCall(); in answerCall() local
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DInCallPresenter.java1167 final Call heldCall = calls.getBackgroundCall(); in handleCallKey() local
/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java718 static void switchHoldingAndActive(Call heldCall) { in switchHoldingAndActive()