Searched refs:cursors (Results 1 – 9 of 9) sorted by relevance
93 ArrayList<Cursor> cursors = new ArrayList<Cursor>(); in query() local98 cursors.add(c); in query()102 cursors.add(new ContactsCursor().query(query)); in query()105 if (cursors.size() > 0) { in query()106 mergeCursor = new MergeCursor(cursors.toArray(new Cursor[cursors.size()])); in query()
55 List<Cursor> cursors = Lists.newArrayList(); in loadInBackground() local57 cursors.add(loadProfile()); in loadInBackground()68 cursors.add(contactsCursor); in loadInBackground()69 return new MergeCursor(cursors.toArray(new Cursor[cursors.size()])) { in loadInBackground()
138 public static ListSuggestionCursor concat(SuggestionCursor... cursors) {139 ListSuggestionCursor out = new ListSuggestionCursor(cursors[0].getUserQuery());140 for (SuggestionCursor cursor : cursors) {
55 public SortCursor(Cursor[] cursors, String sortcolumn) in SortCursor() argument57 mCursors = cursors; in SortCursor()
235 final Cursor[] cursors = new Cursor[2]; in search() local239 cursors[0] = database.rawQuery(primarySql, null); in search()249 cursors[1] = database.rawQuery(secondarySql, null); in search()251 return new MergeCursor(cursors); in search()
4155 Cursor[] cursors = new Cursor[]{vc, c}; in uiFolders() local4156 return new MergeCursor(cursors); in uiFolders()
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en,locale=en,description=English,date=1402373178, ...