Searched refs:getShortcuts (Results 1 - 5 of 5) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DShortcutPromoter.java36 promoteShortcuts(suggestions.getShortcuts(), maxPromoted, promoted);
H A DSingleCorpusPromoter.java44 SuggestionCursor shortcuts = suggestions.getShortcuts();
H A DWebPromoter.java36 SuggestionCursor shortcuts = suggestions.getShortcuts();
H A DSuggestions.java277 public ShortcutCursor getShortcuts() { method in class:Suggestions
286 getShortcuts().refresh(promoted);
315 Log.d(TAG, "pickPromoted(" + getShortcuts() + "," + mCorpusResults + ","
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DShortcutRepositoryTest.java857 SuggestionCursor cursor = getShortcuts(query, mAllowedCorpora);
871 SuggestionCursor cursor = getShortcuts(query, mAllowedCorpora);
881 SuggestionCursor cursor = getShortcuts(query, mAllowedCorpora);
904 SuggestionCursor getShortcuts(String query, Collection<Corpus> allowedCorpora) { method in class:ShortcutRepositoryTest
983 SuggestionCursor cursor = getShortcuts(query, mAllowedCorpora);

Completed in 111 milliseconds