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.java460 .withLabelId(R.string.sort_dimension_name) in createModel()
472 .withLabelId(R.string.sort_dimension_summary) in createModel()
482 .withLabelId(R.string.sort_dimension_size) in createModel()
493 .withLabelId(R.string.sort_dimension_file_type) in createModel()
503 .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()