Home
last modified time | relevance | path

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

/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/
DSpeechToTextImpl.java44 private final Intent mRecognizerIntent; field in SpeechToTextImpl
156 mRecognizerIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); in SpeechToTextImpl()
157 mRecognizerIntent.putExtra( in SpeechToTextImpl()
159 mRecognizerIntent.putExtra( in SpeechToTextImpl()
161 mRecognizerIntent.putExtra(RecognizerIntent.EXTRA_PARTIAL_RESULTS, true); in SpeechToTextImpl()
170 mRecognizer.startListening(mRecognizerIntent); in startListening()
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardContainer.java450 private Intent mRecognizerIntent; field in LeanbackKeyboardContainer
1443 mRecognizerIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); in startRecognition()
1444 mRecognizerIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, in startRecognition()
1446 mRecognizerIntent.putExtra(RecognizerIntent.EXTRA_PARTIAL_RESULTS, true); in startRecognition()
1527 mSpeechRecognizer.startListening(mRecognizerIntent); in startRecognition()