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

/frameworks/base/core/java/android/database/
H A DMergeCursor.java21 * The schema of the cursors presented is entirely up to the creator of the MergeCursor, and
42 public MergeCursor(Cursor[] cursors) argument
44 mCursors = cursors;
45 mCursor = cursors[0];
/frameworks/base/core/java/com/android/internal/database/
H A DSortCursor.java25 * A variant of MergeCursor that sorts the cursors being merged. If decent
55 public SortCursor(Cursor[] cursors, String sortcolumn) argument
57 mCursors = cursors;
112 * is used to avoid having to search all cursors from the start.
243 // All of the cursors may be empty, but they can still return

Completed in 49 milliseconds