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.java1607 } 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.java678 mVoiceRecognitionActive = HeadsetClientHalConstants.VR_STATE_STOPPED; in HeadsetClientStateMachine()
1128 if (mVoiceRecognitionActive == HeadsetClientHalConstants.VR_STATE_STOPPED) { in processMessage()
1374 HeadsetClientHalConstants.VR_STATE_STOPPED; in processMessage()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java610 HeadsetClientHalConstants.VR_STATE_STOPPED); in testVoiceRecognitionStateChange()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceAndStateMachineTest.java702 HeadsetHalConstants.VR_STATE_STOPPED, device); in testVoiceRecognition_SingleHfStopSuccess()