Home | History | Annotate | Download | only in contacts

Lines Matching refs:QueryHandler

60      * Remembers the previous {@link QueryHandler} and cancel the operation when needed, to
63 * QueryHandler may call {@link ProgressDialog#dismiss()} when the screen is already gone,
74 private static QueryHandler sPreviousAdnQueryHandler;
147 * This code works alongside the Asynchronous query handler {@link QueryHandler}
184 QueryHandler handler = new QueryHandler (context.getContentResolver());
305 private QueryHandler mHandler;
310 public SimContactQueryCookie(int number, QueryHandler handler, int token) {
354 private static class QueryHandler extends AsyncQueryHandler {
358 public QueryHandler(ContentResolver cr) {