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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
H A DSortDimensionTest.java55 .withLabelId(LABEL_ID)
H A DSortModelTest.java45 .withLabelId(R.string.sort_dimension_name)
54 .withLabelId(R.string.sort_dimension_date)
61 .withLabelId(R.string.sort_dimension_size)
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
H A DSortModel.java456 .withLabelId(R.string.sort_dimension_name)
468 .withLabelId(R.string.sort_dimension_summary)
478 .withLabelId(R.string.sort_dimension_size)
489 .withLabelId(R.string.sort_dimension_file_type)
499 .withLabelId(R.string.sort_dimension_date)
H A DSortDimension.java221 Builder withLabelId(@StringRes int labelId) { method in class:SortDimension.Builder

Completed in 427 milliseconds