Searched refs:COLUMN_LAST_MODIFIED (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportStorageProvider.java | 46 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/ |
D | MtpDatabaseConstants.java | 134 Document.COLUMN_LAST_MODIFIED + " INTEGER," +
|
D | MtpDatabase.java | 753 values.putNull(Document.COLUMN_LAST_MODIFIED); in getDeviceDocumentValues() 796 values.putNull(Document.COLUMN_LAST_MODIFIED); in getStorageDocumentValues() 835 Document.COLUMN_LAST_MODIFIED, in getObjectDocumentValues()
|
D | MtpDocumentsProvider.java | 75 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() 254 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 | 79 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
|
/frameworks/support/core-utils/kitkat/android/support/v4/provider/ |
D | DocumentsContractApi19.java | 84 return queryForLong(context, self, DocumentsContract.Document.COLUMN_LAST_MODIFIED, 0); in lastModified()
|
/frameworks/base/core/java/com/android/internal/content/ |
D | FileSystemProvider.java | 469 row.add(Document.COLUMN_LAST_MODIFIED, lastModified); in includeFile()
|
/frameworks/base/core/java/android/provider/ |
D | DocumentsContract.java | 266 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 | 34328 field public static final java.lang.String COLUMN_LAST_MODIFIED = "last_modified";
|
D | test-current.txt | 34517 field public static final java.lang.String COLUMN_LAST_MODIFIED = "last_modified";
|
D | system-current.txt | 37276 field public static final java.lang.String COLUMN_LAST_MODIFIED = "last_modified";
|