Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java65 private static final int CALL_STATE_ALERTING = 3; field in BluetoothPhoneServiceImpl
757 bluetoothCallState == CALL_STATE_ALERTING; in updateHeadsetWithCallState()
828 bluetoothCallState = CALL_STATE_ALERTING; in getBluetoothCallStateForUpdate()
854 return CALL_STATE_ALERTING; in convertCallState()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java77 private static final int CALL_STATE_ALERTING = 3; field in BluetoothPhoneServiceTest
490 verify(mMockBluetoothHeadset).clccResponse(1, 0, CALL_STATE_ALERTING, 0, false, in testAlertingCallClccResponse()
517 verify(mMockBluetoothHeadset).clccResponse(1, 0, CALL_STATE_ALERTING, 0, false, in testHoldingCallClccResponse()
816 verify(mMockBluetoothHeadset).phoneStateChanged(0, 0, CALL_STATE_ALERTING, "", 128); in testOnCallStateChangedAlerting()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java63 final static int CALL_STATE_ALERTING = 3; field in HeadsetHalConstants
DHeadsetStateMachine.java2449 new HeadsetCallState(0, 0, HeadsetHalConstants.CALL_STATE_ALERTING, "", 0), true); in initiateScoUsingVirtualVoiceCall()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java60 final static int CALL_STATE_ALERTING = 3; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java470 case BluetoothHeadsetClientCall.CALL_STATE_ALERTING: in acceptCall()
524 case BluetoothHeadsetClientCall.CALL_STATE_ALERTING: in rejectCall()
579 BluetoothHeadsetClientCall.CALL_STATE_ALERTING, in terminateCall()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnection.java156 case BluetoothHeadsetClientCall.CALL_STATE_ALERTING: in handleCallChanged()
DHfpClientDeviceBlock.java196 call.getState() == BluetoothHeadsetClientCall.CALL_STATE_ALERTING || in handleCall()