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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestions.java35 public class Suggestions { class
37 private static final String TAG = "QSB.Suggestions";
39 /** True if {@link Suggestions#close} has been called. */
71 public Suggestions(String query, List<Corpus> expectedCorpora) { method in class:Suggestions
82 Log.d(TAG, "new Suggestions [" + hashCode() + "] query \"" + query
294 Log.e(TAG, "LEAK! Finalized without being closed: Suggestions[" + getQuery() + "]");
361 return "Suggestions@" + hashCode() + "{expectedCorpora=" + mExpectedCorpora

Completed in 95 milliseconds