Searched defs:ACTION_WEB_SEARCH (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/speech/
H A DRecognizerIntent.java115 public static final String ACTION_WEB_SEARCH = "android.speech.action.WEB_SEARCH"; field in class:RecognizerIntent
240 * Optional boolean, to be used with {@link #ACTION_WEB_SEARCH}, to indicate whether to
314 * is no chosen default to resolve for {@link #ACTION_WEB_SEARCH}, this will return null.
321 * recommended that {@link Activity}s implementing {@link #ACTION_WEB_SEARCH} provide this
328 Intent voiceSearchIntent = new Intent(ACTION_WEB_SEARCH);
342 * Meta-data name under which an {@link Activity} implementing {@link #ACTION_WEB_SEARCH} can
355 * This is optional and not all {@link Activity}s which implement {@link #ACTION_WEB_SEARCH}
363 * {@link Activity} satisfying {@link #ACTION_WEB_SEARCH}.
372 * recommended that {@link Activity}s implementing {@link #ACTION_WEB_SEARCH} provide this
/frameworks/base/core/java/android/content/
H A DIntent.java500 * <li> {@link #ACTION_WEB_SEARCH}
1142 public static final String ACTION_WEB_SEARCH = "android.intent.action.WEB_SEARCH"; field in class:Intent

Completed in 91 milliseconds