Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DFilteringCursorWrapper.java56 final long lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in FilteringCursorWrapper()
DSortingCursorWrapper.java77 mValueLong[i] = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in SortingCursorWrapper()
DDirectoryLoader.java260 return Document.COLUMN_LAST_MODIFIED + " DESC"; in getQuerySortOrder()
DDirectoryFragment.java776 final long docLastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in getDocumentView()
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DTestDocumentsProvider.java90 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
397 row.add(Document.COLUMN_LAST_MODIFIED, System.currentTimeMillis()); in includeFile()
DExternalStorageProvider.java68 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
263 row.add(Document.COLUMN_LAST_MODIFIED, lastModified); in includeFile()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DDocumentInfo.java158 this.lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in updateFromCursor()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java179 public static final String COLUMN_LAST_MODIFIED = "last_modified"; field in DocumentsContract.Document
/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd652 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
/frameworks/base/api/
Dcurrent.txt20615 field public static final java.lang.String COLUMN_LAST_MODIFIED = "last_modified";