Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java46 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
144 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.java753 values.putNull(Document.COLUMN_LAST_MODIFIED); in getDeviceDocumentValues()
796 values.putNull(Document.COLUMN_LAST_MODIFIED); in getStorageDocumentValues()
835 Document.COLUMN_LAST_MODIFIED, in getObjectDocumentValues()
DMtpDocumentsProvider.java75 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()
254 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.java79 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
/frameworks/support/core-utils/kitkat/android/support/v4/provider/
DDocumentsContractApi19.java84 return queryForLong(context, self, DocumentsContract.Document.COLUMN_LAST_MODIFIED, 0); in lastModified()
/frameworks/base/core/java/com/android/internal/content/
DFileSystemProvider.java469 row.add(Document.COLUMN_LAST_MODIFIED, lastModified); in includeFile()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java266 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.txt34328 field public static final java.lang.String COLUMN_LAST_MODIFIED = "last_modified";
Dtest-current.txt34517 field public static final java.lang.String COLUMN_LAST_MODIFIED = "last_modified";
Dsystem-current.txt37276 field public static final java.lang.String COLUMN_LAST_MODIFIED = "last_modified";