Searched refs:mRecognizerIntent (Results 1 – 1 of 1) sorted by relevance
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()