HomeSort by relevance Sort by last modified time
    Searched refs:INTENT_ACTION_GLOBAL_SEARCH (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/app/
SearchManager.java 138 * Boolean extra data key for {@link #INTENT_ACTION_GLOBAL_SEARCH} intents. If {@code true},
346 public final static String INTENT_ACTION_GLOBAL_SEARCH
504 Intent intent = new Intent(INTENT_ACTION_GLOBAL_SEARCH);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/
SearchablesTest.java 332 || intent.getAction().equals(SearchManager.INTENT_ACTION_GLOBAL_SEARCH));
347 || intent.getAction().equals(SearchManager.INTENT_ACTION_GLOBAL_SEARCH));
  /frameworks/base/core/java/android/server/search/
Searchables.java 251 Intent intent = new Intent(SearchManager.INTENT_ACTION_GLOBAL_SEARCH);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java 251 newIntent.setAction(SearchManager.INTENT_ACTION_GLOBAL_SEARCH);
SearchWidgetProvider.java 331 SearchManager.INTENT_ACTION_GLOBAL_SEARCH,

Completed in 33 milliseconds