Searched refs:COLUMN_LAST_MODIFIED (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | FilteringCursorWrapper.java | 56 final long lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in FilteringCursorWrapper()
|
D | SortingCursorWrapper.java | 77 mValueLong[i] = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in SortingCursorWrapper()
|
D | DirectoryLoader.java | 260 return Document.COLUMN_LAST_MODIFIED + " DESC"; in getQuerySortOrder()
|
D | DirectoryFragment.java | 776 final long docLastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in getDocumentView()
|
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
D | TestDocumentsProvider.java | 90 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE, 397 row.add(Document.COLUMN_LAST_MODIFIED, System.currentTimeMillis()); in includeFile()
|
D | ExternalStorageProvider.java | 68 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/ |
D | DocumentInfo.java | 158 this.lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in updateFromCursor()
|
/frameworks/base/core/java/android/provider/ |
D | DocumentsContract.java | 179 public static final String COLUMN_LAST_MODIFIED = "last_modified"; field in DocumentsContract.Document
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | document-provider.jd | 652 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
|
/frameworks/base/api/ |
D | current.txt | 20615 field public static final java.lang.String COLUMN_LAST_MODIFIED = "last_modified";
|