Home | History | Annotate | Download | only in quicksearchbox

Lines Matching refs:Suggestions

51     private Suggestions mSuggestions;
70 mSuggestions = new Suggestions(mQuery,
79 // Test sanity check: shouldn't expect any non-web suggestions
87 // Test sanity check: shouldn't expect any non-web suggestions
95 // Test sanity check: shouldn't expect any non-web suggestions
100 private ListSuggestionCursor promote(Suggestions suggestions, int maxShortcuts,
104 promoter.pickPromoted(suggestions, maxSuggestions, promoted);
108 private SuggestionCursor cursor(Suggestion... suggestions) {
109 return new ListSuggestionCursor(mQuery, suggestions);