Searched refs:SORT_DIMENSION_ID_SIZE (Results 1 - 6 of 6) sorted by relevance

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
H A DSortDocumentUiTest.java113 SortModel.SORT_DIMENSION_ID_SIZE, SortDimension.SORT_DIRECTION_ASCENDING);
123 SortModel.SORT_DIMENSION_ID_SIZE, SortDimension.SORT_DIRECTION_DESCENDING);
183 SortModel.SORT_DIMENSION_ID_SIZE, SortDimension.SORT_DIRECTION_ASCENDING);
193 SortModel.SORT_DIMENSION_ID_SIZE, SortDimension.SORT_DIRECTION_DESCENDING);
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
H A DSortController.java85 case SortModel.SORT_DIMENSION_ID_SIZE:
H A DSortModel.java53 SORT_DIMENSION_ID_SIZE,
62 public static final int SORT_DIMENSION_ID_SIZE = R.id.size; field in class:SortModel
254 case SortModel.SORT_DIMENSION_ID_SIZE:
307 case SortModel.SORT_DIMENSION_ID_SIZE:
477 .withId(SORT_DIMENSION_ID_SIZE)
H A DSortingCursorWrapper.java58 case SortModel.SORT_DIMENSION_ID_SIZE:
84 case SortModel.SORT_DIMENSION_ID_SIZE:
97 case SortModel.SORT_DIMENSION_ID_SIZE:
H A DTableHeaderController.java66 bindCell(mSizeCell, SortModel.SORT_DIMENSION_ID_SIZE);
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
H A DSortingCursorWrapperTest.java182 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_SIZE,
205 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_SIZE,
240 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_SIZE,
292 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_SIZE,

Completed in 172 milliseconds