Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DSortDocumentUiTest.java125 SortModel.SORT_DIMENSION_ID_DATE, SortDimension.SORT_DIRECTION_ASCENDING); in testSortByModified_Ascending_listMode()
135 SortModel.SORT_DIMENSION_ID_DATE, SortDimension.SORT_DIRECTION_DESCENDING); in testSortByModified_Descending_listMode()
175 SortModel.SORT_DIMENSION_ID_DATE, SortDimension.SORT_DIRECTION_ASCENDING); in testSortByModified_Ascending_gridMode()
185 SortModel.SORT_DIMENSION_ID_DATE, SortDimension.SORT_DIRECTION_DESCENDING); in testSortByModified_Descending_gridMode()
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
DSortModel.java51 SORT_DIMENSION_ID_DATE,
60 public static final int SORT_DIMENSION_ID_DATE = R.id.date; field in SortModel
244 case SortModel.SORT_DIMENSION_ID_DATE: in addQuerySortArgs()
294 case SortModel.SORT_DIMENSION_ID_DATE: in getDocumentSortQuery()
473 .withId(SORT_DIMENSION_ID_DATE) in createModel()
DSortingCursorWrapper.java54 case SortModel.SORT_DIMENSION_ID_DATE: in SortingCursorWrapper()
75 case SortModel.SORT_DIMENSION_ID_DATE: in SortingCursorWrapper()
91 case SortModel.SORT_DIMENSION_ID_DATE: in SortingCursorWrapper()
DSortController.java88 case SortModel.SORT_DIMENSION_ID_DATE: in create()
DTableHeaderController.java65 bindCell(mDateCell, SortModel.SORT_DIMENSION_ID_DATE); in onModelUpdate()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
DSortingCursorWrapperTest.java318 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_DATE, in testSort_time_ascending()
355 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_DATE, in testSort_time_descending()
381 SortModel.SORT_DIMENSION_ID_DATE, in testReturnsWrappedExtras()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java402 ? SortModel.SORT_DIMENSION_ID_DATE in onActivityCreated()