Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DDirectoryFragment.java865 final long docLastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in getDocumentView() local
1007 if (docLastModified == -1) { in getDocumentView()
1010 date.setText(formatTime(context, docLastModified)); in getDocumentView()