Home | History | Annotate | Download | only in contacts

Lines Matching full:handler

107      * This code works alongside the Asynchronous query handler {@link QueryHandler}
108 * and query cancel handler implemented in {@link SimContactQueryCookie}.
136 // create the async query handler
137 QueryHandler handler = new QueryHandler (context.getContentResolver());
140 SimContactQueryCookie sc = new SimContactQueryCookie(index - 1, handler,
161 handler.startQuery(ADN_QUERY_TOKEN, sc, Uri.parse("content://icc/adn"),
236 * handler's onQuery Complete, as well as what we need in order to cancel
253 public SimContactQueryCookie(int number, QueryHandler handler, int token) {
255 mHandler = handler;
293 * Asynchronous query handler that services requests to look up ADNs