Searched refs:COLUMN_LAST_MODIFIED (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportStorageProvider.java | 47 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE, 157 row.add(Document.COLUMN_LAST_MODIFIED, mRoot.lastModified()); in includeDefaultDocument()
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
D | MtpDatabaseConstants.java | 134 Document.COLUMN_LAST_MODIFIED + " INTEGER," +
|
D | MtpDatabase.java | 754 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 | 79 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
|
/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() 255 assertTrue(isNull(cursor, COLUMN_LAST_MODIFIED)); in testPutChildDocuments()
|
/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,
|
/frameworks/base/core/java/com/android/internal/content/ |
D | FileSystemProvider.java | 578 final int lastModifiedIndex = ArrayUtils.indexOf(columns, Document.COLUMN_LAST_MODIFIED); in includeFile()
|
/frameworks/base/core/java/android/provider/ |
D | DocumentsContract.java | 350 public static final String COLUMN_LAST_MODIFIED = "last_modified"; field in DocumentsContract.Document
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 24785 field public static final java.lang.String COLUMN_LAST_MODIFIED = "last_modified";
|
/frameworks/base/api/ |
D | current.txt | 38083 field public static final String COLUMN_LAST_MODIFIED = "last_modified";
|