Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DConfig.java169 public int getMaxPromotedSuggestions() { in getMaxPromotedSuggestions() method in Config
DSearchActivity.java125 mSearchActivityView.setMaxPromotedSuggestions(getConfig().getMaxPromotedSuggestions()); in onCreate()