Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java47 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/
DMtpDatabaseConstants.java134 Document.COLUMN_LAST_MODIFIED + " INTEGER," +
DMtpDatabase.java754 values.putNull(Document.COLUMN_LAST_MODIFIED); in getDeviceDocumentValues()
797 values.putNull(Document.COLUMN_LAST_MODIFIED); in getStorageDocumentValues()
836 Document.COLUMN_LAST_MODIFIED, in getObjectDocumentValues()
DMtpDocumentsProvider.java79 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DMtpDatabaseTest.java49 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/
DTestDocumentsProvider.java90 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
397 row.add(Document.COLUMN_LAST_MODIFIED, System.currentTimeMillis()); in includeFile()
DExternalStorageProvider.java84 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
/frameworks/base/core/java/com/android/internal/content/
DFileSystemProvider.java578 final int lastModifiedIndex = ArrayUtils.indexOf(columns, Document.COLUMN_LAST_MODIFIED); in includeFile()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java350 public static final String COLUMN_LAST_MODIFIED = "last_modified"; field in DocumentsContract.Document
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24785 field public static final java.lang.String COLUMN_LAST_MODIFIED = "last_modified";
/frameworks/base/api/
Dcurrent.txt38083 field public static final String COLUMN_LAST_MODIFIED = "last_modified";