HomeSort by relevance Sort by last modified time
    Searched defs:Suggestions (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/
words_priority_queue.h 221 wordComparator> Suggestions;
222 Suggestions mSuggestions;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Suggestions.java 35 public class Suggestions {
37 private static final String TAG = "QSB.Suggestions";
39 /** True if {@link Suggestions#close} has been called. */
48 * The observers that want notifications of changes to the published suggestions.
71 public Suggestions(String query, List<Corpus> expectedCorpora) {
82 Log.d(TAG, "new Suggestions [" + hashCode() + "] query \"" + query
118 * Gets the set of corpora that have reported results to this suggestions set.
133 * Sets the shortcut suggestions.
161 * Marks the suggestions set as complete, regardless of whether all corpora have
294 Log.e(TAG, "LEAK! Finalized without being closed: Suggestions[" + getQuery() + "]")
    [all...]

Completed in 366 milliseconds