Searched refs:mVoiceWebSearchIntent (Results 1 – 3 of 3) sorted by relevance
95 private final Intent mVoiceWebSearchIntent; field in SearchDialog131 mVoiceWebSearchIntent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH); in SearchDialog()132 mVoiceWebSearchIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in SearchDialog()133 mVoiceWebSearchIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, in SearchDialog()
146 private final Intent mVoiceWebSearchIntent; field in SearchView376 mVoiceWebSearchIntent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH); in SearchView()377 mVoiceWebSearchIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in SearchView()378 mVoiceWebSearchIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, in SearchView()923 testIntent = mVoiceWebSearchIntent; in hasVoiceSearch()1353 Intent webSearchIntent = createVoiceWebSearchIntent(mVoiceWebSearchIntent, in onVoiceClicked()
8517 Landroid/app/SearchDialog;->mVoiceWebSearchIntent:Landroid/content/Intent;83994 Landroid/widget/SearchView;->mVoiceWebSearchIntent:Landroid/content/Intent;