Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java211 state == BluetoothHeadsetClientCall.CALL_STATE_ALERTING; in addCall()
360 addCall(BluetoothHeadsetClientCall.CALL_STATE_ALERTING, ""); in waitForIndicators()
430 BluetoothHeadsetClientCall.CALL_STATE_ALERTING, in updateCallIndicator()
470 BluetoothHeadsetClientCall.CALL_STATE_ALERTING); in updateCallSetupIndicator()
521 BluetoothHeadsetClientCall.CALL_STATE_ALERTING); in updateCallSetupIndicator()
535 addCall(BluetoothHeadsetClientCall.CALL_STATE_ALERTING, in updateCallSetupIndicator()
538 addCall(BluetoothHeadsetClientCall.CALL_STATE_ALERTING, ""); in updateCallSetupIndicator()
541 setCallState(c, BluetoothHeadsetClientCall.CALL_STATE_ALERTING); in updateCallSetupIndicator()
985 case BluetoothHeadsetClientCall.CALL_STATE_ALERTING: in acceptCall()
1030 case BluetoothHeadsetClientCall.CALL_STATE_ALERTING: in rejectCall()
[all …]
DHeadsetClientHalConstants.java60 final static int CALL_STATE_ALERTING = 3; field in HeadsetClientHalConstants
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java56 private static final int CALL_STATE_ALERTING = 3; field in BluetoothPhoneServiceImpl
689 bluetoothCallState == CALL_STATE_ALERTING; in updateHeadsetWithCallState()
760 bluetoothCallState = CALL_STATE_ALERTING; in getBluetoothCallStateForUpdate()
785 return CALL_STATE_ALERTING; in convertCallState()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java63 final static int CALL_STATE_ALERTING = 3; field in HeadsetHalConstants
DHeadsetStateMachine.java2522 HeadsetHalConstants.CALL_STATE_ALERTING, "", 0), true); in initiateScoUsingVirtualVoiceCall()