Home | History | Annotate | Download | only in quicksearchbox

Lines Matching refs:Suggestions

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() + "]");
361 return "Suggestions@" + hashCode() + "{expectedCorpora=" + mExpectedCorpora