Searched refs:SortingCursorWrapper (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DSortingCursorWrapper.java34 public class SortingCursorWrapper extends AbstractCursor { class in inherits:AbstractCursor
41 public SortingCursorWrapper(Cursor cursor, int sortOrder) { method in class:SortingCursorWrapper
87 synchronized (SortingCursorWrapper.class) {
H A DRecentLoader.java245 final SortingCursorWrapper sorted = new SortingCursorWrapper(merged, result.sortOrder) {
H A DDirectoryLoader.java175 cursor = new SortingCursorWrapper(cursor, result.sortOrder);

Completed in 52 milliseconds