Home | History | Annotate | Download | only in quicksearchbox

Lines Matching refs:query

42      * Creates a new query task.
44 * @param query Query to run.
48 * get called on. If null, the method is called on the query thread.
52 public QueryTask(String query, int queryLimit, SuggestionCursorProvider<C> provider,
54 mQuery = query;
77 public static <C extends SuggestionCursor> void startQueries(String query,
84 QueryTask.startQuery(query, maxResultsPerProvider, provider,
89 public static <C extends SuggestionCursor> void startQuery(String query,
95 QueryTask<C> task = new QueryTask<C>(query, maxResultsPerProvider, provider, handler,