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.java91 public static final int VOICE_RECOGNITION_STOP = 6; field in HeadsetClientStateMachine
1138 case VOICE_RECOGNITION_STOP: in processMessage()
1142 addQueuedAction(VOICE_RECOGNITION_STOP); in processMessage()
1370 case VOICE_RECOGNITION_STOP: in processMessage()
DHeadsetClientService.java647 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;
601 mHeadsetClientStateMachine.sendMessage(VOICE_RECOGNITION_STOP); in testVoiceRecognitionStateChange()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java91 static final int VOICE_RECOGNITION_STOP = 6; field in HeadsetStateMachine
836 case VOICE_RECOGNITION_STOP: { in processMessage()
2126 case VOICE_RECOGNITION_STOP: in getMessageName()
DHeadsetService.java998 stateMachine.sendMessage(HeadsetStateMachine.VOICE_RECOGNITION_STOP, device); in stopVoiceRecognition()