Home
last modified time | relevance | path

Searched refs:CALL_STATE_ALERTING (Results 1 – 10 of 10) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java65 private static final int CALL_STATE_ALERTING = 3; field in BluetoothPhoneServiceImpl
778 bluetoothCallState == CALL_STATE_ALERTING; in updateHeadsetWithCallState()
856 bluetoothCallState = CALL_STATE_ALERTING; in getBluetoothCallStateForUpdate()
886 return CALL_STATE_ALERTING; in getBtCallState()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java63 static final int CALL_STATE_ALERTING = 3; field in HeadsetHalConstants
DHeadsetService.java1327 phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_ALERTING, "", 0, "", true); in startScoUsingVirtualVoiceCall()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java60 static final int CALL_STATE_ALERTING = 3; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java482 case BluetoothHeadsetClientCall.CALL_STATE_ALERTING: in acceptCall()
528 case BluetoothHeadsetClientCall.CALL_STATE_ALERTING: in rejectCall()
571 BluetoothHeadsetClientCall.CALL_STATE_ALERTING, in terminateCall()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceTest.java670 new HeadsetCallState(1, 0, HeadsetHalConstants.CALL_STATE_ALERTING, in testConnectAudio_deviceDisconnected()
702 new HeadsetCallState(1, 0, HeadsetHalConstants.CALL_STATE_ALERTING, in testPhoneStateChange_noDeviceSaveState()
720 new HeadsetCallState(1, 0, HeadsetHalConstants.CALL_STATE_ALERTING, in testPhoneStateChange_oneDeviceSaveState()
778 new HeadsetCallState(1, 0, HeadsetHalConstants.CALL_STATE_ALERTING, in testPhoneStateChange_multipleDevicesSaveState()
DHeadsetServiceAndStateMachineTest.java1222 new HeadsetCallState(0, 0, HeadsetHalConstants.CALL_STATE_ALERTING, "", 0, ""), in verifyVirtualCallStartSequenceInvocations()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java82 private static final int CALL_STATE_ALERTING = 3; field in BluetoothPhoneServiceTest
540 verify(mMockBluetoothHeadset).clccResponse(1, 0, CALL_STATE_ALERTING, 0, false, in testAlertingCallClccResponse()
568 verify(mMockBluetoothHeadset).clccResponse(1, 0, CALL_STATE_ALERTING, 0, false, in testHoldingCallClccResponse()
958 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_ALERTING), in testOnCallStateChangedAlerting()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnection.java158 case BluetoothHeadsetClientCall.CALL_STATE_ALERTING: in handleCallChanged()
DHfpClientDeviceBlock.java176 || call.getState() == BluetoothHeadsetClientCall.CALL_STATE_ALERTING in handleCall()