Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java100 public static final int VOICE_RECOGNITION_STOP = 6; field in HeadsetClientStateMachine
274 case VOICE_RECOGNITION_STOP: in getMessageName()
1240 case VOICE_RECOGNITION_STOP: in processMessage()
1244 addQueuedAction(VOICE_RECOGNITION_STOP); in processMessage()
1491 case VOICE_RECOGNITION_STOP: in processMessage()
DHeadsetClientService.java709 sm.sendMessage(HeadsetClientStateMachine.VOICE_RECOGNITION_STOP); in stopVoiceRecognition()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java5 import static com.android.bluetooth.hfpclient.HeadsetClientStateMachine.VOICE_RECOGNITION_STOP;
605 mHeadsetClientStateMachine.sendMessage(VOICE_RECOGNITION_STOP); in testVoiceRecognitionStateChange()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java96 static final int VOICE_RECOGNITION_STOP = 6; field in HeadsetStateMachine
849 case VOICE_RECOGNITION_STOP: { in processMessage()
2173 case VOICE_RECOGNITION_STOP: in getMessageName()
DHeadsetService.java1052 stateMachine.sendMessage(HeadsetStateMachine.VOICE_RECOGNITION_STOP, device); in stopVoiceRecognition()