Searched defs:allowWebSearchShortcuts (Results 1 - 8 of 8) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSearchSettings.java52 public boolean allowWebSearchShortcuts(); method in interface:SearchSettings
H A DShortcutCursor.java68 public ShortcutCursor(SuggestionCursor suggestions, boolean allowWebSearchShortcuts, argument
76 && (allowWebSearchShortcuts || !suggestions.isWebSearchSuggestion())) {
H A DShortcutRepository.java66 * @param allowWebSearchShortcuts Whether to include web search shortcuts.
75 boolean allowWebSearchShortcuts,
74 getShortcutsForQuery(String query, Collection<Corpus> allowedCorpora, boolean allowWebSearchShortcuts, Consumer<ShortcutCursor> consumer) argument
H A DSearchSettingsImpl.java216 public boolean allowWebSearchShortcuts() { method in class:SearchSettingsImpl
H A DShortcutRepositoryImplLog.java270 final boolean allowWebSearchShortcuts, final Consumer<ShortcutCursor> consumer) {
275 allowWebSearchShortcuts, now);
317 boolean allowWebSearchShortcuts, long now) {
339 allowWebSearchShortcuts, mUiThread, mRefresher, this);
269 getShortcutsForQuery(final String query, final Collection<Corpus> allowedCorpora, final boolean allowWebSearchShortcuts, final Consumer<ShortcutCursor> consumer) argument
316 getShortcutsForQuery(String query, Collection<Corpus> allowedCorpora, boolean allowWebSearchShortcuts, long now) argument
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DMockSearchSettings.java62 public boolean allowWebSearchShortcuts() { method in class:MockSearchSettings
H A DMockShortcutRepository.java46 boolean allowWebSearchShortcuts, Consumer<ShortcutCursor> consumer) {
45 getShortcutsForQuery(String query, Collection<Corpus> corporaToQuery, boolean allowWebSearchShortcuts, Consumer<ShortcutCursor> consumer) argument
H A DShortcutRepositoryTest.java890 boolean allowWebSearchShortcuts, SuggestionCursor expected) {
891 SuggestionCursor cursor = mRepo.getShortcutsForQuery(query, allowedCorpora, allowWebSearchShortcuts, NOW);
909 boolean allowWebSearchShortcuts, SuggestionData... expected) {
910 assertShortcuts(message, query, allowedCorpora, allowWebSearchShortcuts,
889 assertShortcuts(String message, String query, Collection<Corpus> allowedCorpora, boolean allowWebSearchShortcuts, SuggestionCursor expected) argument
908 assertShortcuts(String message, String query, Collection<Corpus> allowedCorpora, boolean allowWebSearchShortcuts, SuggestionData... expected) argument

Completed in 209 milliseconds