OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mpromoted
(Results
1 - 1
of
1
) sorted by null
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Suggestions.java
66
private ListSuggestionCursor
mPromoted
;
80
mPromoted
= null; // will be set by updatePromoted()
115
if (
mPromoted
== null) {
118
return
mPromoted
;
210
mPromoted
= null;
215
mPromoted
= new ListSuggestionCursorNoDuplicates(mQuery);
219
mPromoter.pickPromoted(mShortcuts, mCorpusResults, mMaxPromoted,
mPromoted
);
236
mPromoted
= null;
Completed in 29 milliseconds