Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java332 final Call heldCall = createHeldCall(); in testListCurrentCallsCdmaHold() local
678 Call heldCall = createHeldCall(); in testProcessChldReleaseActiveHold() local
703 Call heldCall = createHeldCall(); in testProcessChldHoldActiveUnhold() local
759 final Call heldCall = createHeldCall(); in testProcessChldHoldActiveSwapConference() local
798 final Call heldCall = createHeldCall(); in testOnCallAddedCdmaActiveHold() local
912 Call heldCall = createHeldCall(); in testOnCallStateChangedGSMSwap() local
930 Call heldCall = createHeldCall(); in testOnIsConferencedChanged() local
DCallsManagerTest.java426 Call heldCall = addSpyCall(); in testUnholdCallWhenOngoingCallCanBeHeld() local
452 Call heldCall = addSpyCallWithConnectionService(connSvr2); in testUnholdCallWhenOngoingCallCanNotBeHeldAndFromDifferentConnectionService() local
477 Call heldCall = addSpyCallWithConnectionService(connSvr); in testUnholdCallWhenOngoingCallCanNotBeHeldAndHasSameConnectionService() local
567 Call heldCall = addSpyCallWithConnectionService(connSvr1); in testAnswerCallWhenMultipleHeldCallsExisted() local
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java496 Call heldCall = mCallsManager.getHeldCall(); in processChld() local
704 Call heldCall = mCallsManager.getHeldCall(); in updateHeadsetWithCallState() local
DCallsManager.java1931 Call heldCall = getHeldCallByConnectionService(call.getConnectionService()); in holdActiveCallForNewCall() local
2197 Optional<Call> heldCall = mCalls.stream() in getHeldCallByConnectionService() local
/packages/apps/Dialer/java/com/android/incallui/
DInCallPresenter.java1180 final DialerCall heldCall = calls.getBackgroundCall(); in handleCallKey() local
/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java711 static void switchHoldingAndActive(Call heldCall) { in switchHoldingAndActive()