Searched refs:docLastModified (Results 1 – 1 of 1) sorted by relevance
865 final long docLastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in getDocumentView() local1007 if (docLastModified == -1) { in getDocumentView()1010 date.setText(formatTime(context, docLastModified)); in getDocumentView()