Searched refs:INTENT_ACTION_GLOBAL_SEARCH (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
H A DSearchManager.java138 * Boolean extra data key for {@link #INTENT_ACTION_GLOBAL_SEARCH} intents. If {@code true},
346 public final static String INTENT_ACTION_GLOBAL_SEARCH field in class:SearchManager
504 Intent intent = new Intent(INTENT_ACTION_GLOBAL_SEARCH);
/frameworks/base/core/tests/coretests/src/android/app/
H A DSearchablesTest.java332 || intent.getAction().equals(SearchManager.INTENT_ACTION_GLOBAL_SEARCH));
347 || intent.getAction().equals(SearchManager.INTENT_ACTION_GLOBAL_SEARCH));
/frameworks/base/core/java/android/server/search/
H A DSearchables.java251 Intent intent = new Intent(SearchManager.INTENT_ACTION_GLOBAL_SEARCH);

Completed in 74 milliseconds