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.java50 SORT_DIMENSION_ID_SUMMARY,
58 public static final int SORT_DIMENSION_ID_SUMMARY = android.R.id.summary; field in SortModel
452 .withId(SORT_DIMENSION_ID_SUMMARY) in createModel()
DTableHeaderController.java63 bindCell(mSummaryCell, SortModel.SORT_DIMENSION_ID_SUMMARY); in onModelUpdate()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DBaseActivity.java301 SortModel.SORT_DIMENSION_ID_SUMMARY, in onRootPicked()