OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentPromotedSuggestions
(Results
1 - 7
of
7
) sorted by null
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsListAdapter.java
51
return new SuggestionPosition(
getCurrentPromotedSuggestions
(), (int) suggestionId);
89
getCurrentPromotedSuggestions
(), position, position, convertView, parent);
94
return getSuggestionViewType(
getCurrentPromotedSuggestions
(), position);
SuggestionsAdapter.java
79
SuggestionCursor
getCurrentPromotedSuggestions
();
DelayingSuggestionsAdapter.java
141
public SuggestionCursor
getCurrentPromotedSuggestions
() {
142
return mDelayedAdapter.
getCurrentPromotedSuggestions
();
ClusteredSuggestionsAdapter.java
97
SuggestionCursor promoted =
getCurrentPromotedSuggestions
();
195
return
getCurrentPromotedSuggestions
();
204
SuggestionCursor promoted =
getCurrentPromotedSuggestions
();
SuggestionsAdapterBase.java
193
public SuggestionCursor
getCurrentPromotedSuggestions
() {
SearchActivityView.java
276
public SuggestionCursor
getCurrentPromotedSuggestions
() {
277
return mSuggestionsAdapter.
getCurrentPromotedSuggestions
();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java
458
return mSearchActivityView.
getCurrentPromotedSuggestions
();
Completed in 2834 milliseconds