OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
496
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/
SearchWidgetProvider.java
85
Intent qsbIntent = new Intent(SearchManager.
INTENT_ACTION_GLOBAL_SEARCH
);
SearchActivity.java
247
newIntent.setAction(SearchManager.
INTENT_ACTION_GLOBAL_SEARCH
);
Completed in 136 milliseconds