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.java43 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
75 row.add(Document.COLUMN_LAST_MODIFIED, mRoot.lastModified()); in queryDocument()
160 row.add(Document.COLUMN_LAST_MODIFIED, file.lastModified()); in addFileRow()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DFilteringCursorWrapper.java56 final long lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in FilteringCursorWrapper()
DSortingCursorWrapper.java79 mValueLong[i] = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in SortingCursorWrapper()
DDirectoryLoader.java267 return Document.COLUMN_LAST_MODIFIED + " DESC"; in getQuerySortOrder()
DDirectoryFragment.java865 final long docLastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in getDocumentView()
/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.java77 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
298 row.add(Document.COLUMN_LAST_MODIFIED, lastModified); in includeFile()
/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/tests/src/com/android/documentsui/
DStubProvider.java67 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
376 row.add(Document.COLUMN_LAST_MODIFIED, document.file.lastModified()); in includeDocument()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DDocumentInfo.java166 this.lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in updateFromCursor()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java205 public static final String COLUMN_LAST_MODIFIED = "last_modified"; field in DocumentsContract.Document
/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd695 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
/frameworks/base/api/
Dcurrent.txt26002 field public static final java.lang.String COLUMN_LAST_MODIFIED = "last_modified";
Dsystem-current.txt27958 field public static final java.lang.String COLUMN_LAST_MODIFIED = "last_modified";