Home
last modified time | relevance | path

Searched defs:CursorLoader (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
DCursorLoader.java47 public class CursorLoader extends AsyncTaskLoader<Cursor> { class
129 public CursorLoader(Context context) { in CursorLoader() method in CursorLoader
140 public CursorLoader(Context context, Uri uri, String[] projection, String selection, in CursorLoader() method in CursorLoader