Searched defs:updateSuggestions (Results 1 - 2 of 2) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSearchActivity.java80 updateSuggestions();
447 updateSuggestions();
468 public void updateSuggestions() { method in class:SearchActivity
469 if (DBG) Log.d(TAG, "updateSuggestions()");
471 updateSuggestions(query, mSource);
474 protected void updateSuggestions(String query, Source source) { method in class:SearchActivity
475 if (DBG) Log.d(TAG, "updateSuggestions(\"" + query+"\"," + source + ")");
/packages/apps/Settings/src/com/android/settings/dashboard/
H A DSearchResultsSummary.java293 updateSuggestions();
306 updateSuggestions();
371 private void updateSuggestions() { method in class:SearchResultsSummary

Completed in 252 milliseconds