Home
last modified time | relevance | path

Searched refs:withLabelId (Results 1 – 4 of 4) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
DSortModel.java442 .withLabelId(R.string.sort_dimension_name) in createModel()
454 .withLabelId(R.string.sort_dimension_summary) in createModel()
464 .withLabelId(R.string.sort_dimension_size) in createModel()
475 .withLabelId(R.string.sort_dimension_file_type) in createModel()
485 .withLabelId(R.string.sort_dimension_date) in createModel()
DSortDimension.java222 Builder withLabelId(@StringRes int labelId) { in withLabelId() method in SortDimension.Builder
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
DSortModelTest.java46 .withLabelId(R.string.sort_dimension_name)
55 .withLabelId(R.string.sort_dimension_date)
62 .withLabelId(R.string.sort_dimension_size)
DSortDimensionTest.java56 .withLabelId(LABEL_ID) in setUp()