HomeSort by relevance Sort by last modified time
    Searched refs:SORT_DIMENSION_ID_TITLE (Results 1 - 8 of 8) sorted by null

  /packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
SortController.java 82 case SortModel.SORT_DIMENSION_ID_TITLE:
SortModel.java 49 SORT_DIMENSION_ID_TITLE,
57 public static final int SORT_DIMENSION_ID_TITLE = android.R.id.title;
239 case SortModel.SORT_DIMENSION_ID_TITLE:
291 case SortModel.SORT_DIMENSION_ID_TITLE:
440 .withId(SORT_DIMENSION_ID_TITLE)
SortingCursorWrapper.java 51 case SortModel.SORT_DIMENSION_ID_TITLE:
70 case SortModel.SORT_DIMENSION_ID_TITLE:
88 case SortModel.SORT_DIMENSION_ID_TITLE:
TableHeaderController.java 62 bindCell(mTitleCell, SortModel.SORT_DIMENSION_ID_TITLE);
  /packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
SortDocumentUiTest.java 95 SortModel.SORT_DIMENSION_ID_TITLE, SortDimension.SORT_DIRECTION_DESCENDING);
145 SortModel.SORT_DIMENSION_ID_TITLE, SortDimension.SORT_DIRECTION_DESCENDING);
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
SortingCursorWrapperTest.java 105 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_TITLE,
129 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_TITLE,
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
AbstractActionHandlerTest.java 209 SortModel.SORT_DIMENSION_ID_TITLE, SortDimension.SORT_DIRECTION_ASCENDING);
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DirectoryFragment.java 403 : SortModel.SORT_DIMENSION_ID_TITLE);
    [all...]

Completed in 401 milliseconds