Searched refs:ACTION_WEB_SEARCH (Results 1 – 11 of 11) sorted by relevance
115 public static final String ACTION_WEB_SEARCH = "android.speech.action.WEB_SEARCH"; field in RecognizerIntent289 Intent voiceSearchIntent = new Intent(ACTION_WEB_SEARCH); in getVoiceDetailsIntent()
331 || intent.getAction().equals(Intent.ACTION_WEB_SEARCH) in queryIntentActivities()346 assertTrue(intent.getAction().equals(Intent.ACTION_WEB_SEARCH) in resolveActivity()
206 final Intent webSearchIntent = new Intent(Intent.ACTION_WEB_SEARCH); in buildSearchableList()375 Intent intent = new Intent(Intent.ACTION_WEB_SEARCH); in findWebSearchActivity()
100 Intent i = new Intent(Intent.ACTION_WEB_SEARCH); in onActionItemClicked()
33 and for {@code ACTION_WEB_SEARCH}, use "{@code android.intent.action.WEB_SEARCH}".
128 mVoiceWebSearchIntent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH); in SearchDialog()
303 mVoiceWebSearchIntent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH); in SearchView()
1077 public static final String ACTION_WEB_SEARCH = "android.intent.action.WEB_SEARCH"; field in Intent
598 android.content.Intent#ACTION_WEB_SEARCH} intents lets you open a search in a
5494 … field public static final java.lang.String ACTION_WEB_SEARCH = "android.intent.action.WEB_SEARCH";18686 … field public static final java.lang.String ACTION_WEB_SEARCH = "android.speech.action.WEB_SEARCH";