Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DDirectoryFragment.java777 final String docDisplayName = getCursorString(cursor, Document.COLUMN_DISPLAY_NAME); in getDocumentView() local
853 title.setText(docDisplayName); in getDocumentView()