Home
last modified time | relevance | path

Searched refs:VR_STATE_STOPPED (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java40 static final int VR_STATE_STOPPED = 0; field in HeadsetHalConstants
DHeadsetStateMachine.java1647 } else if (state == HeadsetHalConstants.VR_STATE_STOPPED) { in processVrEvent()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java41 static final int VR_STATE_STOPPED = 0; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java772 mVoiceRecognitionActive = HeadsetClientHalConstants.VR_STATE_STOPPED; in HeadsetClientStateMachine()
1230 if (mVoiceRecognitionActive == HeadsetClientHalConstants.VR_STATE_STOPPED) { in processMessage()
1495 HeadsetClientHalConstants.VR_STATE_STOPPED; in processMessage()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java614 HeadsetClientHalConstants.VR_STATE_STOPPED); in testVoiceRecognitionStateChange()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceAndStateMachineTest.java718 HeadsetHalConstants.VR_STATE_STOPPED, device); in testVoiceRecognition_SingleHfStopSuccess()