Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java92 public static final int VOICE_RECOGNITION_STOP = 6; field in HeadsetClientStateMachine
288 case VOICE_RECOGNITION_STOP: in getMessageName()
1494 case VOICE_RECOGNITION_STOP: in processMessage()
1497 addQueuedAction(VOICE_RECOGNITION_STOP); in processMessage()
1781 case VOICE_RECOGNITION_STOP: in processMessage()
DHeadsetClientService.java773 sm.sendMessage(HeadsetClientStateMachine.VOICE_RECOGNITION_STOP); in stopVoiceRecognition()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java28 import static com.android.bluetooth.hfpclient.HeadsetClientStateMachine.VOICE_RECOGNITION_STOP;
959 mHeadsetClientStateMachine.sendMessage(VOICE_RECOGNITION_STOP);
1306 HeadsetClientStateMachine.getMessageName(VOICE_RECOGNITION_STOP),
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java83 static final int VOICE_RECOGNITION_STOP = 6; field in HeadsetStateMachine
1029 case VOICE_RECOGNITION_STOP: in processMessage()
2812 case VOICE_RECOGNITION_STOP: in getMessageName()
DHeadsetService.java1215 stateMachine.sendMessage(HeadsetStateMachine.VOICE_RECOGNITION_STOP, device); in stopVoiceRecognition()