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

/frameworks/base/core/java/android/content/
H A DCursorLoader.java34 * <p>A CursorLoader must be built with the full information for the query to
36 * {@link #CursorLoader(Context, Uri, String[], String, String[], String)} or
37 * creating an empty instance with {@link #CursorLoader(Context)} and filling
42 public class CursorLoader extends AsyncTaskLoader<Cursor> { class in inherits:AsyncTaskLoader
118 * Creates an empty unspecified CursorLoader. You must follow this with
122 public CursorLoader(Context context) { method in class:CursorLoader
128 * Creates a fully-specified CursorLoader. See
133 public CursorLoader(Context context, Uri uri, String[] projection, String selection, method in class:CursorLoader
/frameworks/support/v4/java/android/support/v4/content/
H A DCursorLoader.java29 * Static library support version of the framework's {@link android.content.CursorLoader}.
35 public class CursorLoader extends AsyncTaskLoader<Cursor> { class in inherits:AsyncTaskLoader
82 * Creates an empty unspecified CursorLoader. You must follow this with
86 public CursorLoader(Context context) { method in class:CursorLoader
92 * Creates a fully-specified CursorLoader. See
97 public CursorLoader(Context context, Uri uri, String[] projection, String selection, method in class:CursorLoader

Completed in 1248 milliseconds