Searched refs:voiceIntent (Results 1 – 2 of 2) sorted by relevance
78 final Intent voiceIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); in MaterialSearchViewController() local80 voiceIntent.resolveActivity(mActivity.getPackageManager()) != null; in MaterialSearchViewController()
782 final Intent voiceIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); in prepareVoiceSearchButton() local783 if (canIntentBeHandled(voiceIntent)) { in prepareVoiceSearchButton()