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