Home
last modified time | relevance | path

Searched refs:SORT_DIMENSION_ID_DATE (Results 1 – 8 of 8) sorted by relevance

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DSortDocumentUiTest.java134 SortModel.SORT_DIMENSION_ID_DATE, SortDimension.SORT_DIRECTION_ASCENDING); in testSortByModified_Ascending_listMode()
144 SortModel.SORT_DIMENSION_ID_DATE, SortDimension.SORT_DIRECTION_DESCENDING); in testSortByModified_Descending_listMode()
204 SortModel.SORT_DIMENSION_ID_DATE, SortDimension.SORT_DIRECTION_ASCENDING); in testSortByModified_Ascending_gridMode()
214 SortModel.SORT_DIMENSION_ID_DATE, SortDimension.SORT_DIRECTION_DESCENDING); in testSortByModified_Descending_gridMode()
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
DSortModel.java56 SORT_DIMENSION_ID_DATE
65 public static final int SORT_DIMENSION_ID_DATE = R.id.date; field in SortModel
250 case SortModel.SORT_DIMENSION_ID_DATE: in addQuerySortArgs()
305 case SortModel.SORT_DIMENSION_ID_DATE: in getDocumentSortQuery()
502 .withId(SORT_DIMENSION_ID_DATE) in createModel()
DSortingCursorWrapper.java57 case SortModel.SORT_DIMENSION_ID_DATE: in SortingCursorWrapper()
81 case SortModel.SORT_DIMENSION_ID_DATE: in SortingCursorWrapper()
96 case SortModel.SORT_DIMENSION_ID_DATE: in SortingCursorWrapper()
DSortListFragment.java64 case SortModel.SORT_DIMENSION_ID_DATE: in setupSortingList()
93 case SortModel.SORT_DIMENSION_ID_DATE: in getSheetLabelId()
DSortController.java77 case SortModel.SORT_DIMENSION_ID_DATE: in create()
DTableHeaderController.java68 bindCell(mDateCell, SortModel.SORT_DIMENSION_ID_DATE); in onModelUpdate()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
DSortingCursorWrapperTest.java352 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_DATE, in testSort_time_ascending()
389 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_DATE, in testSort_time_descending()
485 SortModel.SORT_DIMENSION_ID_DATE, in testReturnsWrappedExtras()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java407 ? SortModel.SORT_DIMENSION_ID_DATE in onActivityCreated()