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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestions.java26 public class Suggestions { class
28 private static final String TAG = "QSB.Suggestions";
30 /** True if {@link Suggestions#close} has been called. */
48 public Suggestions(String query, Source source) { method in class:Suggestions
156 Log.e(TAG, "LEAK! Finalized without being closed: Suggestions[" + getQuery() + "]");
189 return "Suggestions@" + hashCode() + "{source=" + mSource

Completed in 58 milliseconds