Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestionsProviderImpl.java82 if (query.length() == 0 && !mConfig.showSuggestionsForZeroQuery()) { in shouldDisplayResults()
DConfig.java266 public boolean showSuggestionsForZeroQuery() { in showSuggestionsForZeroQuery() method in Config