HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_WEB_SEARCH (Results 1 - 25 of 34) sorted by null

1 2

  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
WebConcurrency.java 51 Intent webSearchIntent = new Intent(Intent.ACTION_WEB_SEARCH);
WebLatency.java 54 Intent webSearchIntent = new Intent(Intent.ACTION_WEB_SEARCH);
  /frameworks/base/core/java/android/speech/
RecognizerIntent.java 115 public static final String ACTION_WEB_SEARCH = "android.speech.action.WEB_SEARCH";
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
  /cts/tests/tests/content/src/android/content/cts/
AvailableIntentsTest.java 69 * Test ACTION_WEB_SEARCH when url is http://web_address,
74 Intent intent = new Intent(Intent.ACTION_WEB_SEARCH);
80 * Test ACTION_WEB_SEARCH when url is https://web_address,
85 Intent intent = new Intent(Intent.ACTION_WEB_SEARCH);
91 * Test ACTION_WEB_SEARCH when url is empty string,
96 Intent intent = new Intent(Intent.ACTION_WEB_SEARCH);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
VoiceSearch.java 56 return new Intent(RecognizerIntent.ACTION_WEB_SEARCH);
CursorBackedSuggestionCursor.java 238 return Intent.ACTION_WEB_SEARCH.equals(getSuggestionIntentAction());
ShortcutsProvider.java 108 if (Intent.ACTION_WEB_SEARCH.equals(sourceAction)) {
111 "because its intent action was ACTION_WEB_SEARCH.");
SuggestionData.java 123 return Intent.ACTION_WEB_SEARCH.equals(getSuggestionIntentAction());
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
AbstractGoogleSource.java 68 return Intent.ACTION_WEB_SEARCH;
GoogleSearch.java 41 * the global {@link Intent#ACTION_WEB_SEARCH}.
65 if (Intent.ACTION_WEB_SEARCH.equals(action) || Intent.ACTION_SEARCH.equals(action)) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/search/
SearchablesTest.java 331 || intent.getAction().equals(Intent.ACTION_WEB_SEARCH)
346 assertTrue(intent.getAction().equals(Intent.ACTION_WEB_SEARCH)
  /packages/apps/Browser/src/com/android/browser/
IntentHandler.java 98 || Intent.ACTION_WEB_SEARCH.equals(action)) {
236 || Intent.ACTION_WEB_SEARCH.equals(action)) {
277 || Intent.ACTION_WEB_SEARCH.equals(action)) {
  /frameworks/base/core/java/android/webkit/
SelectActionModeCallback.java 123 Intent i = new Intent(Intent.ACTION_WEB_SEARCH);
  /packages/apps/Browser/src/com/android/browser/search/
DefaultSearchEngine.java 85 Intent intent = new Intent(Intent.ACTION_WEB_SEARCH);
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockSource.java 46 .setIntentAction(Intent.ACTION_WEB_SEARCH)
ShortcutRepositoryTest.java 136 .setIntentAction(Intent.ACTION_WEB_SEARCH)
    [all...]
  /frameworks/base/services/java/com/android/server/search/
Searchables.java 186 * ACTION_SEARCH & ACTION_WEB_SEARCH intents.
212 // Use intent resolver to generate list of ACTION_SEARCH & ACTION_WEB_SEARCH receivers.
221 final Intent webSearchIntent = new Intent(Intent.ACTION_WEB_SEARCH);
391 Intent intent = new Intent(Intent.ACTION_WEB_SEARCH);
  /development/samples/training/NavigationDrawer/src/com/example/android/navigationdrawerexample/
MainActivity.java 153 Intent intent = new Intent(Intent.ACTION_WEB_SEARCH);
  /frameworks/base/core/java/android/app/
SearchDialog.java 128 mVoiceWebSearchIntent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH);
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]
  /frameworks/base/core/java/android/widget/
SearchView.java 313 mVoiceWebSearchIntent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java 319 mVoiceWebSearchIntent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH);
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java 501 * <li> {@link #ACTION_WEB_SEARCH}
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java     [all...]
  /prebuilts/sdk/14/
android.jar 

Completed in 472 milliseconds

1 2