Searched refs:sortByUser (Results 1 – 7 of 7) sorted by relevance
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/ |
D | SortModelTest.java | 131 mModel.sortByUser(DIMENSION_1.getId(), SortDimension.SORT_DIRECTION_DESCENDING); in testSortByUser() 143 mModel.sortByUser(DIMENSION_1.getId(), SortDimension.SORT_DIRECTION_DESCENDING); in testOrderNotChanged_sortByDefaultAfterSortByUser() 157 mModel.sortByUser(DIMENSION_1.getId(), SortDimension.SORT_DIRECTION_DESCENDING); in testOrderChanged_sortByUserAfterSortByDefault() 169 mModel.sortByUser(DIMENSION_1.getId(), SortDimension.SORT_DIRECTION_DESCENDING); in testSortByUserTwice() 170 mModel.sortByUser(DIMENSION_2.getId(), SortDimension.SORT_DIRECTION_ASCENDING); in testSortByUserTwice() 181 mModel.sortByUser(DIMENSION_1.getId(), SortDimension.SORT_DIRECTION_DESCENDING); in testSortByUserTwice_sameDimension() 182 mModel.sortByUser(DIMENSION_1.getId(), SortDimension.SORT_DIRECTION_ASCENDING); in testSortByUserTwice_sameDimension() 202 mModel.sortByUser(DIMENSION_3.getId(), SortDimension.SORT_DIRECTION_DESCENDING); in testSortByUser_noSortingCapability() 212 mModel.sortByUser(DIMENSION_2.getId(), SortDimension.SORT_DIRECTION_DESCENDING); in testParceling()
|
D | SortingCursorWrapperTest.java | 139 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_TITLE, in testSort_names_ascending() 163 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_TITLE, in testSort_names_descending() 184 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_SIZE, in testSort_sizes_ascending() 207 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_SIZE, in testSort_sizes_descending() 242 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_SIZE, in testSort_sizesWithBucketing_ascending() 294 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_SIZE, in testSort_sizesWithBucketing_descending() 352 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_DATE, in testSort_time_ascending() 389 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_DATE, in testSort_time_descending() 408 sortModel.sortByUser( in testSort_type_ascending() 440 sortModel.sortByUser( in testSort_type_descending() [all …]
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/ |
D | GlobalSearchLoaderTest.java | 187 mEnv.state.sortModel.sortByUser( in testSearchResult_includeSearchString() 220 mEnv.state.sortModel.sortByUser( in testSearchResult_includeDifferentRoot()
|
D | AbstractActionHandlerTest.java | 256 mEnv.state.sortModel.sortByUser( in testLoadChildrenDocuments()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/ |
D | TableHeaderController.java | 99 mModel.sortByUser(dimension.getId(), dimension.getNextDirection()); in onCellClicked()
|
D | SortListFragment.java | 50 mModel.sortByUser(item.id, item.direction); in onItemClicked()
|
D | SortModel.java | 175 public void sortByUser(int dimensionId, @SortDirection int direction) { in sortByUser() method in SortModel
|