HomeSort by relevance Sort by last modified time
    Searched refs:showSuggestionsForZeroQuery (Results 1 - 4 of 4) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShouldQueryStrategy.java 61 && !mConfig.showSuggestionsForZeroQuery()) {
Config.java 315 public boolean showSuggestionsForZeroQuery() {
SuggestionsProviderImpl.java 157 if (query.length() == 0 && !mConfig.showSuggestionsForZeroQuery()) {
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
ShouldQueryStrategyTest.java 35 public boolean showSuggestionsForZeroQuery() {

Completed in 221 milliseconds