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

/packages/apps/Music/src/com/android/music/
H A DSortCursor.java25 * A variant of MergeCursor that sorts the cursors being merged. If decent
54 public SortCursor(Cursor[] cursors, String sortcolumn) { argument
55 mCursors = cursors;
106 * is used to avoid having to search all cursors from the start.
228 // All of the cursors may be empty, but they can still return
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DSuggestionCursorUtil.java138 public static ListSuggestionCursor concat(SuggestionCursor... cursors) { argument
139 ListSuggestionCursor out = new ListSuggestionCursor(cursors[0].getUserQuery());
140 for (SuggestionCursor cursor : cursors) {
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DSyncMessagesAction.java161 final SyncCursorPair cursors = new SyncCursorPair(-1L, lowerBoundTimeMillis);
162 final boolean inSync = cursors.isSynchronized(db);
240 final SyncCursorPair cursors = new SyncCursorPair(lowerBoundTimeMillis,
244 lastTimestampMillis = syncCursorPair(db, cursors, smsToAdd, mmsToAdd,
269 * @param cursors cursor pair holding references to local and remote messages
278 private long syncCursorPair(final DatabaseWrapper db, final SyncCursorPair cursors, argument
293 cursors.query(db);
295 localTotal = cursors.getLocalCount();
296 remoteTotal = cursors.getRemoteCount();
299 LogUtil.d(TAG, "SyncMessagesAction: Scanning cursors (loca
[all...]
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 99 milliseconds