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.java31 * Static library support version of the framework's {@link android.content.CursorLoader}.
37 public class CursorLoader extends AsyncTaskLoader<Cursor> { class in inherits:AsyncTaskLoader
114 * Creates an empty unspecified CursorLoader. You must follow this with
118 public CursorLoader(Context context) { method in class:CursorLoader
124 * Creates a fully-specified CursorLoader. See
129 public CursorLoader(Context context, Uri uri, String[] projection, String selection, method in class:CursorLoader

Completed in 2525 milliseconds