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/
DCallsManagerTest.java566 Call heldCall = addSpyCall(); in testUnholdCallWhenOngoingCallCanBeHeld() local
589 Call heldCall = addSpyCall(VOIP_1_HANDLE, CallState.ON_HOLD); in testUnholdCallWhenOngoingCallCanNotBeHeldAndFromDifferentConnectionService() local
614 Call heldCall = addSpyCall(VOIP_1_HANDLE, CallState.ON_HOLD); in testUnholdCallWhenOngoingEmergCallCanNotBeHeldAndFromDifferentConnectionService() local
636 Call heldCall = addSpyCall(SIM_2_HANDLE, CallState.ON_HOLD); in testUnholdCallWhenOngoingCallCanNotBeHeldAndHasSameConnectionService() local
760 Call heldCall = addSpyCall(SIM_1_HANDLE, CallState.ON_HOLD); in testAnswerCallWhenMultipleHeldCallsExisted() local
1017 Call heldCall = addSpyCall(); in testSwapCallsWhenHeadsetMediaButtonShortPressDuringTwoCalls() local
1039 Call heldCall = addSpyCall(); in testHangupActiveCallWhenHeadsetMediaButtonLongPressDuringTwoCalls() local
1543 Call heldCall = addSpyCall(CONNECTION_MGR_1_HANDLE, CONNECTION_MGR_1_HANDLE, in testSwapCallsWithSameConnectionMgr() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java414 final BluetoothCall heldCall = createHeldCall(); in testListCurrentCallsCdmaHold() local
838 BluetoothCall heldCall = createHeldCall(); in testProcessChldReleaseActiveHold() local
862 BluetoothCall heldCall = createHeldCall(); in testProcessChldHoldActiveUnhold() local
918 final BluetoothCall heldCall = createHeldCall(); in testProcessChldHoldActiveSwapConference() local
968 final BluetoothCall heldCall = createHeldCall(); in testOnCallAddedCdmaActiveHold() local
1132 BluetoothCall heldCall = createHeldCall(); in testOnCallStateChangedGSMSwap() local
1152 BluetoothCall heldCall = createHeldCall(); in testOnParentOnChildrenChanged() local
DCallInfoTest.java94 BluetoothCall heldCall = getMockCall(); in getHeldCall() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java878 BluetoothCall heldCall = mCallInfo.getHeldCall(); in _processChld() local
965 BluetoothCall heldCall = mCallInfo.getHeldCall(); in updateHeadsetWithCallState() local
/packages/apps/Dialer/java/com/android/incallui/
DInCallPresenter.java1367 final DialerCall heldCall = calls.getBackgroundCall(); in handleCallKey() local