Home
last modified time | relevance | path

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

12

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java47 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/
DStressProvider.java76 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/
DFilteringCursorWrapper.java57 final long lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in FilteringCursorWrapper()
DDirectoryLoader.java220 return Document.COLUMN_LAST_MODIFIED + " DESC"; in getQuerySortOrder()
/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/MtpDocumentsProvider/src/com/android/mtp/
DMtpDatabaseConstants.java134 Document.COLUMN_LAST_MODIFIED + " INTEGER," +
DMtpDatabase.java756 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.java72 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
DModelTest.java56 Document.COLUMN_LAST_MODIFIED,
284 row.add(Document.COLUMN_LAST_MODIFIED, System.currentTimeMillis()); in testSort_time()
/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,
393 row.add(Document.COLUMN_LAST_MODIFIED, lastModified); in includeFile()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DGridDocumentHolder.java125 final long docLastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in bind()
DListDocumentHolder.java121 final long docLastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in bind()
DModel.java364 long l = getCursorLong(mCursor, Document.COLUMN_LAST_MODIFIED); in getLastModified()
/frameworks/support/v4/kitkat/android/support/v4/provider/
DDocumentsContractApi19.java67 return queryForLong(context, self, DocumentsContract.Document.COLUMN_LAST_MODIFIED, 0); in lastModified()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DDocumentInfo.java159 this.lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in updateFromCursor()
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
DStubProvider.java84 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/
DDocumentsContract.java216 public static final String COLUMN_LAST_MODIFIED = "last_modified"; field in DocumentsContract.Document
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/
Ddocument-provider.jd693 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/
Ddocument-provider.jd693 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/
Ddocument-provider.jd693 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/
Ddocument-provider.jd693 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/
Ddocument-provider.jd693 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/
Ddocument-provider.jd693 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd695 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,

12