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

/frameworks/base/core/java/android/speech/
H A DRecognizerIntent.java118 public static final String ACTION_WEB_SEARCH = "android.speech.action.WEB_SEARCH"; field in class:RecognizerIntent
243 * Optional boolean, to be used with {@link #ACTION_WEB_SEARCH}, to indicate whether to
317 * is no chosen default to resolve for {@link #ACTION_WEB_SEARCH}, this will return null.
324 * recommended that {@link Activity}s implementing {@link #ACTION_WEB_SEARCH} provide this
331 Intent voiceSearchIntent = new Intent(ACTION_WEB_SEARCH);
345 * Meta-data name under which an {@link Activity} implementing {@link #ACTION_WEB_SEARCH} can
358 * This is optional and not all {@link Activity}s which implement {@link #ACTION_WEB_SEARCH}
366 * {@link Activity} satisfying {@link #ACTION_WEB_SEARCH}.
375 * recommended that {@link Activity}s implementing {@link #ACTION_WEB_SEARCH} provide this
409 * {@link #ACTION_VOICE_SEARCH_HANDS_FREE}, {@link #ACTION_WEB_SEARCH} t
[all...]
/frameworks/base/core/java/android/content/
H A DIntent.java521 * <li> {@link #ACTION_WEB_SEARCH}
1227 public static final String ACTION_WEB_SEARCH = "android.intent.action.WEB_SEARCH"; field in class:Intent

Completed in 1182 milliseconds