Searched refs:cursors (Results 1 – 8 of 8) sorted by relevance
199 List<Cursor> cursors = Lists.newArrayList(); in loadInBackground() local213 cursors.add(filtered); in loadInBackground()225 Log.d(TAG, "Found " + cursors.size() + " of " + mTasks.size() + " recent queries done"); in loadInBackground()238 if (cursors.size() > 0) { in loadInBackground()239 merged = new MergeCursor(cursors.toArray(new Cursor[cursors.size()])); in loadInBackground()
42 public MergeCursor(Cursor[] cursors) in MergeCursor() argument44 mCursors = cursors; in MergeCursor()45 mCursor = cursors[0]; in MergeCursor()
55 public SortCursor(Cursor[] cursors, String sortcolumn) in SortCursor() argument57 mCursors = cursors; in SortCursor()
195 Cursor[] cursors = (Cursor[]) results.values; in publishResults() local196 onDirectoryLoadFinished(constraint, cursors[0], cursors[1]); in publishResults()
232 class is a useful building block for wrapping cursors that will be sent to
1040 connections and/or cursors to your data source. For example, the <a1070 // In onCreate() you setup any connections / cursors to your data source. Heavy lifting,1268 … // In onCreate() you set up any connections / cursors to your data source. Heavy lifting,
105 android.content.Loader} protocol in a standard way for querying cursors,
697 have active calls into it or have unclosed cursors or file streams that came from it.</li>