Searched refs:COLUMN_LAST_MODIFIED (Results 1 – 12 of 12) 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 | 79 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 | 778 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 | 75 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE, 280 row.add(Document.COLUMN_LAST_MODIFIED, lastModified); in includeFile()
|
/frameworks/support/v4/kitkat/android/support/v4/provider/ |
D | DocumentsContractApi19.java | 67 return queryForLong(context, self, DocumentsContract.Document.COLUMN_LAST_MODIFIED, 0); in lastModified()
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/ |
D | DocumentInfo.java | 167 this.lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in updateFromCursor()
|
/frameworks/base/core/java/android/provider/ |
D | DocumentsContract.java | 186 public static final String COLUMN_LAST_MODIFIED = "last_modified"; field in DocumentsContract.Document
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | document-provider.jd | 695 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
|
/frameworks/base/api/ |
D | system-current.txt | 26377 field public static final java.lang.String COLUMN_LAST_MODIFIED = "last_modified";
|
D | current.txt | 24787 field public static final java.lang.String COLUMN_LAST_MODIFIED = "last_modified";
|