Home
last modified time | relevance | path

Searched refs:shouldDisplayResults (Results 1 – 1 of 1) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestionsProviderImpl.java67 if (shouldDisplayResults(query)) { in getSuggestions()
81 private boolean shouldDisplayResults(String query) { in shouldDisplayResults() method in SuggestionsProviderImpl