Home
last modified time | relevance | path

Searched refs:SORT_DIMENSION_ID_SUMMARY (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
DSortModel.java53 SORT_DIMENSION_ID_SUMMARY,
62 public static final int SORT_DIMENSION_ID_SUMMARY = android.R.id.summary; field in SortModel
471 .withId(SORT_DIMENSION_ID_SUMMARY) in createModel()
DTableHeaderController.java65 bindCell(mSummaryCell, SortModel.SORT_DIMENSION_ID_SUMMARY); in onModelUpdate()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DBaseActivity.java424 SortModel.SORT_DIMENSION_ID_SUMMARY, in onRootPicked()