Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/speech/
DRecognizerIntent.java118 public static final String ACTION_WEB_SEARCH = "android.speech.action.WEB_SEARCH"; field in RecognizerIntent
331 Intent voiceSearchIntent = new Intent(ACTION_WEB_SEARCH); in getVoiceDetailsIntent()
/frameworks/base/services/tests/servicestests/src/com/android/server/search/
DSearchablesTest.java331 || intent.getAction().equals(Intent.ACTION_WEB_SEARCH) in queryIntentActivities()
346 assertTrue(intent.getAction().equals(Intent.ACTION_WEB_SEARCH) in resolveActivity()
/frameworks/base/services/core/java/com/android/server/search/
DSearchables.java222 final Intent webSearchIntent = new Intent(Intent.ACTION_WEB_SEARCH); in updateSearchableList()
393 Intent intent = new Intent(Intent.ACTION_WEB_SEARCH); in findWebSearchActivity()
/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/services/core/java/com/android/server/media/
DMediaSessionService.java1037 voiceIntent = new Intent(android.speech.RecognizerIntent.ACTION_WEB_SEARCH); in startVoiceInput()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSearchView.java384 mVoiceWebSearchIntent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH); in SearchView()
/frameworks/base/core/java/android/widget/
DSearchView.java367 mVoiceWebSearchIntent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH); in SearchView()
/frameworks/base/docs/html/guide/components/
Dintents-common.jd2077 <p>To initiate a web search, use the {@link android.content.Intent#ACTION_WEB_SEARCH} action
2084 <dd>{@link android.content.Intent#ACTION_WEB_SEARCH}</dd>
/frameworks/base/docs/html/about/versions/
Dandroid-3.1.jd493 android.content.Intent#ACTION_WEB_SEARCH} intents lets you open a search in a
/frameworks/base/core/java/android/content/
DIntent.java1264 public static final String ACTION_WEB_SEARCH = "android.intent.action.WEB_SEARCH"; field in Intent
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java3351 voiceIntent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH); in interceptKeyBeforeDispatching()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7697 … field public static final java.lang.String ACTION_WEB_SEARCH = "android.intent.action.WEB_SEARCH";
27284 … field public static final java.lang.String ACTION_WEB_SEARCH = "android.speech.action.WEB_SEARCH";
/frameworks/base/api/
Dcurrent.txt8656 … field public static final java.lang.String ACTION_WEB_SEARCH = "android.intent.action.WEB_SEARCH";
35135 … field public static final java.lang.String ACTION_WEB_SEARCH = "android.speech.action.WEB_SEARCH";
Dsystem-current.txt9001 … field public static final java.lang.String ACTION_WEB_SEARCH = "android.intent.action.WEB_SEARCH";
38002 … field public static final java.lang.String ACTION_WEB_SEARCH = "android.speech.action.WEB_SEARCH";
Dtest-current.txt8668 … field public static final java.lang.String ACTION_WEB_SEARCH = "android.intent.action.WEB_SEARCH";
35218 … field public static final java.lang.String ACTION_WEB_SEARCH = "android.speech.action.WEB_SEARCH";