Home
last modified time | relevance | path

Searched refs:ACTION_WEB_SEARCH (Results 1 – 15 of 15) 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.java221 final Intent webSearchIntent = new Intent(Intent.ACTION_WEB_SEARCH); in buildSearchableList()
391 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.java1007 voiceIntent = new Intent(android.speech.RecognizerIntent.ACTION_WEB_SEARCH); in startVoiceInput()
/frameworks/base/core/java/android/widget/
DSearchView.java355 mVoiceWebSearchIntent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH); in SearchView()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSearchView.java367 mVoiceWebSearchIntent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH); in SearchView()
/frameworks/base/services/core/java/com/android/server/audio/
DMediaFocusControl.java1088 voiceIntent = new Intent(android.speech.RecognizerIntent.ACTION_WEB_SEARCH); in startVoiceBasedInteractions()
/frameworks/base/docs/html/guide/components/
Dintents-common.jd1935 <p>To initiate a web search, use the {@link android.content.Intent#ACTION_WEB_SEARCH} action
1942 <dd>{@link android.content.Intent#ACTION_WEB_SEARCH}</dd>
/frameworks/base/core/java/android/content/
DIntent.java1227 public static final String ACTION_WEB_SEARCH = "android.intent.action.WEB_SEARCH"; field in Intent
/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/services/core/java/com/android/server/policy/
DPhoneWindowManager.java2834 voiceIntent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH); in interceptKeyBeforeDispatching()
/frameworks/base/api/
Dcurrent.txt8203 … field public static final java.lang.String ACTION_WEB_SEARCH = "android.intent.action.WEB_SEARCH";
29007 … field public static final java.lang.String ACTION_WEB_SEARCH = "android.speech.action.WEB_SEARCH";
Dsystem-current.txt8456 … field public static final java.lang.String ACTION_WEB_SEARCH = "android.intent.action.WEB_SEARCH";
31158 … field public static final java.lang.String ACTION_WEB_SEARCH = "android.speech.action.WEB_SEARCH";