Home
last modified time | relevance | path

Searched refs:VOICE_RECOGNITION_STOP (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java88 static final int VOICE_RECOGNITION_STOP = 6; field in HeadsetStateMachine
861 case VOICE_RECOGNITION_STOP: in processMessage()
1283 case VOICE_RECOGNITION_STOP: in processMessage()
1612 case VOICE_RECOGNITION_STOP: in processMessage()
DHeadsetService.java430 mStateMachine.sendMessage(HeadsetStateMachine.VOICE_RECOGNITION_STOP); in stopVoiceRecognition()