/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportStorageProvider.java | 47 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE, 85 row.add(Document.COLUMN_LAST_MODIFIED, mRoot.lastModified()); in queryDocument() 192 row.add(Document.COLUMN_LAST_MODIFIED, file.lastModified()); in addFileRow()
|
/frameworks/base/packages/DocumentsUI/perf-tests/src/com/android/documentsui/ |
D | StressProvider.java | 76 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE, 194 row.add(Document.COLUMN_LAST_MODIFIED, document.lastModified); in includeDocument()
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | FilteringCursorWrapper.java | 57 final long lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in FilteringCursorWrapper()
|
D | DirectoryLoader.java | 220 return Document.COLUMN_LAST_MODIFIED + " DESC"; in getQuerySortOrder()
|
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/ |
D | MtpDatabaseTest.java | 49 DocumentsContract.Document.COLUMN_LAST_MODIFIED, 104 assertTrue(isNull(cursor, COLUMN_LAST_MODIFIED)); in testPutSingleStorageDocuments() 166 assertTrue(isNull(cursor, COLUMN_LAST_MODIFIED)); in testPutStorageDocuments() 216 assertTrue(isNull(cursor, COLUMN_LAST_MODIFIED)); in testPutChildDocuments() 235 assertTrue(isNull(cursor, COLUMN_LAST_MODIFIED)); in testPutChildDocuments() 254 assertTrue(isNull(cursor, COLUMN_LAST_MODIFIED)); in testPutChildDocuments()
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
D | MtpDatabaseConstants.java | 134 Document.COLUMN_LAST_MODIFIED + " INTEGER," +
|
D | MtpDatabase.java | 756 values.putNull(Document.COLUMN_LAST_MODIFIED); in getDeviceDocumentValues() 797 values.putNull(Document.COLUMN_LAST_MODIFIED); in getStorageDocumentValues() 836 Document.COLUMN_LAST_MODIFIED, in getObjectDocumentValues()
|
D | MtpDocumentsProvider.java | 72 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
|
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/ |
D | ModelTest.java | 56 Document.COLUMN_LAST_MODIFIED, 284 row.add(Document.COLUMN_LAST_MODIFIED, System.currentTimeMillis()); in testSort_time()
|
/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 | 84 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE, 393 row.add(Document.COLUMN_LAST_MODIFIED, lastModified); in includeFile()
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | GridDocumentHolder.java | 125 final long docLastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in bind()
|
D | ListDocumentHolder.java | 121 final long docLastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in bind()
|
D | Model.java | 364 long l = getCursorLong(mCursor, Document.COLUMN_LAST_MODIFIED); in getLastModified()
|
/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 | 159 this.lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in updateFromCursor()
|
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/ |
D | StubProvider.java | 84 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE, 615 row.add(Document.COLUMN_LAST_MODIFIED, document.file.lastModified()); in includeDocument()
|
/frameworks/base/core/java/android/provider/ |
D | DocumentsContract.java | 216 public static final String COLUMN_LAST_MODIFIED = "last_modified"; field in DocumentsContract.Document
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/ |
D | document-provider.jd | 693 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
|
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/ |
D | document-provider.jd | 693 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/ |
D | document-provider.jd | 693 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
|
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/ |
D | document-provider.jd | 693 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
|
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/ |
D | document-provider.jd | 693 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
|
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/ |
D | document-provider.jd | 693 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | document-provider.jd | 695 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
|