Searched defs:AsyncQueryTask (Results 1 – 1 of 1) sorted by relevance
90 public abstract static class AsyncQueryTask<Result> extends AsyncDbTask<Void, Void, Result> { class in AsyncDbTask99 public AsyncQueryTask(ContentResolver contentResolver, Uri uri, String[] projection, in AsyncQueryTask() method in AsyncDbTask.AsyncQueryTask