Searched refs:RegularSearchCursor (Results 1 – 1 of 1) sorted by relevance
95 return RegularSearchCursor.newInstance(getContext(), super.loadInBackground()); in regularSearchLoadInBackground()176 static class RegularSearchCursor extends MergeCursor implements SearchCursor { class in SearchContactsCursorLoader178 static RegularSearchCursor newInstance(Context context, Cursor regularSearchCursor) { in newInstance()181 return new RegularSearchCursor(new Cursor[] {new MatrixCursor(Projections.CP2_PROJECTION)}); in newInstance()186 return new RegularSearchCursor(new Cursor[] {headerCursor, regularSearchCursor}); in newInstance()189 public RegularSearchCursor(Cursor[] cursors) { in RegularSearchCursor() method in SearchContactsCursorLoader.RegularSearchCursor