Home | History | Annotate | Download | only in quicksearchbox

Lines Matching full:results

33  * Collects all corpus results for a single query.
118 * Gets the set of corpora that have reported results to this suggestions set.
173 // TODO: Handle early completion because we have all the results we want.
188 * Adds a list of corpus results. Must be called on the UI thread, or before this
202 corpusResult.getCorpus().getName() + " results:" + corpusResult.getCount());
224 * Registers an observer that will be notified when the reported results or
251 * Closes all the source results and unregisters all observers.
322 * Gets the list of corpus results reported so far. Do not modify or hang on to
326 ArrayList<CorpusResult> results = new ArrayList<CorpusResult>(mCorpusResults.length);
329 results.add(mCorpusResults[i]);
332 return results;
349 * Gets the number of source results.