Home
last modified time | relevance | path

Searched refs:EXTRA_VOICE_RECOGNITION (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/voicerecognition/
DConnectedDeviceVoiceRecognitionNotifier.java60 || !intent.hasExtra(BluetoothHeadsetClient.EXTRA_VOICE_RECOGNITION)) {
65 BluetoothHeadsetClient.EXTRA_VOICE_RECOGNITION, INVALID_VALUE);
/frameworks/base/packages/CarSystemUI/tests/src/com/android/systemui/car/voicerecognition/
DConnectedDeviceVoiceRecognitionNotifierTest.java63 intent.putExtra(BluetoothHeadsetClient.EXTRA_VOICE_RECOGNITION, VOICE_RECOGNITION_STARTED); in testReceiveIntent_started_showToast()
73 intent.putExtra(BluetoothHeadsetClient.EXTRA_VOICE_RECOGNITION, INVALID_VALUE); in testReceiveIntent_invalidExtra_noToast()
/frameworks/base/core/java/android/bluetooth/
DBluetoothHeadsetClient.java204 public static final String EXTRA_VOICE_RECOGNITION = field in BluetoothHeadsetClient