Home
last modified time | relevance | path

Searched refs:ACTION_WEB_SEARCH (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/speech/
DRecognizerIntent.java115 public static final String ACTION_WEB_SEARCH = "android.speech.action.WEB_SEARCH"; field in RecognizerIntent
289 Intent voiceSearchIntent = new Intent(ACTION_WEB_SEARCH); in getVoiceDetailsIntent()
/frameworks/base/core/tests/coretests/src/android/app/
DSearchablesTest.java331 || intent.getAction().equals(Intent.ACTION_WEB_SEARCH) in queryIntentActivities()
346 assertTrue(intent.getAction().equals(Intent.ACTION_WEB_SEARCH) in resolveActivity()
/frameworks/base/core/java/android/server/search/
DSearchables.java206 final Intent webSearchIntent = new Intent(Intent.ACTION_WEB_SEARCH); in buildSearchableList()
375 Intent intent = new Intent(Intent.ACTION_WEB_SEARCH); in findWebSearchActivity()
/frameworks/base/core/java/android/webkit/
DSelectActionModeCallback.java100 Intent i = new Intent(Intent.ACTION_WEB_SEARCH); in onActionItemClicked()
/frameworks/base/docs/html/guide/topics/manifest/
Daction-element.jd33 and for {@code ACTION_WEB_SEARCH}, use "{@code android.intent.action.WEB_SEARCH}".
/frameworks/base/core/java/android/app/
DSearchDialog.java128 mVoiceWebSearchIntent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH); in SearchDialog()
/frameworks/base/core/java/android/widget/
DSearchView.java303 mVoiceWebSearchIntent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH); in SearchView()
/frameworks/base/core/java/android/content/
DIntent.java1077 public static final String ACTION_WEB_SEARCH = "android.intent.action.WEB_SEARCH"; field in Intent
/frameworks/base/docs/html/sdk/
Dandroid-3.1.jd598 android.content.Intent#ACTION_WEB_SEARCH} intents lets you open a search in a
/frameworks/base/api/
Dcurrent.txt5494 … 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";
D14.txt5494 … 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";