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

/frameworks/base/services/tests/servicestests/src/com/android/server/search/
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/app/
H A DSearchManager.java139 * Boolean extra data key for {@link #INTENT_ACTION_GLOBAL_SEARCH} intents. If {@code true},
478 public final static String INTENT_ACTION_GLOBAL_SEARCH field in class:SearchManager
655 Intent intent = new Intent(INTENT_ACTION_GLOBAL_SEARCH);
/frameworks/base/services/core/java/com/android/server/search/
H A DSearchables.java284 Intent intent = new Intent(SearchManager.INTENT_ACTION_GLOBAL_SEARCH);
319 Intent intent = new Intent(SearchManager.INTENT_ACTION_GLOBAL_SEARCH);

Completed in 62 milliseconds