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.java310 final Call heldCall = createHeldCall(); in testListCurrentCallsCdmaHold() local
641 Call heldCall = createHeldCall(); in testProcessChldReleaseActiveHold() local
664 Call heldCall = createHeldCall(); in testProcessChldHoldActiveUnhold() local
716 final Call heldCall = createHeldCall(); in testProcessChldHoldActiveSwapConference() local
753 final Call heldCall = createHeldCall(); in testOnCallAddedCdmaActiveHold() local
841 Call heldCall = createHeldCall(); in testOnCallStateChangedGSMSwap() local
858 Call heldCall = createHeldCall(); in testOnIsConferencedChanged() local
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java488 Call heldCall = mCallsManager.getHeldCall(); in processChld() local
696 Call heldCall = mCallsManager.getHeldCall(); in updateHeadsetWithCallState() local
DCallsManager.java1350 Call heldCall = getHeldCall(); in answerCall() local
/packages/apps/Dialer/java/com/android/incallui/
DInCallPresenter.java1156 final DialerCall heldCall = calls.getBackgroundCall(); in handleCallKey() local
/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java718 static void switchHoldingAndActive(Call heldCall) { in switchHoldingAndActive()