Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
DSortModel.java49 SORT_DIMENSION_ID_TITLE,
57 public static final int SORT_DIMENSION_ID_TITLE = android.R.id.title; field in SortModel
239 case SortModel.SORT_DIMENSION_ID_TITLE: in addQuerySortArgs()
291 case SortModel.SORT_DIMENSION_ID_TITLE: in getDocumentSortQuery()
440 .withId(SORT_DIMENSION_ID_TITLE) in createModel()
DSortingCursorWrapper.java51 case SortModel.SORT_DIMENSION_ID_TITLE: in SortingCursorWrapper()
70 case SortModel.SORT_DIMENSION_ID_TITLE: in SortingCursorWrapper()
88 case SortModel.SORT_DIMENSION_ID_TITLE: in SortingCursorWrapper()
DSortController.java82 case SortModel.SORT_DIMENSION_ID_TITLE: in create()
DTableHeaderController.java62 bindCell(mTitleCell, SortModel.SORT_DIMENSION_ID_TITLE); in onModelUpdate()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DSortDocumentUiTest.java95 SortModel.SORT_DIMENSION_ID_TITLE, SortDimension.SORT_DIRECTION_DESCENDING); in testSortByName_Descending_listMode()
145 SortModel.SORT_DIMENSION_ID_TITLE, SortDimension.SORT_DIRECTION_DESCENDING); in testSortByName_Descending_gridMode()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
DSortingCursorWrapperTest.java105 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_TITLE, in testSort_names_ascending()
129 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_TITLE, in testSort_names_descending()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DAbstractActionHandlerTest.java209 SortModel.SORT_DIMENSION_ID_TITLE, SortDimension.SORT_DIRECTION_ASCENDING); in testLoadChildrenDocuments()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java403 : SortModel.SORT_DIMENSION_ID_TITLE); in onActivityCreated()