Searched refs:mRecognizerIntent (Results 1 – 2 of 2) sorted by relevance
44 private final Intent mRecognizerIntent; field in SpeechToTextImpl156 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()
450 private Intent mRecognizerIntent; field in LeanbackKeyboardContainer1443 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()