Home
last modified time | relevance | path

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

/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.java260 return Document.COLUMN_LAST_MODIFIED + " DESC"; in getQuerySortOrder()
DDirectoryFragment.java778 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.java75 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
280 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/src/com/android/documentsui/model/
DDocumentInfo.java167 this.lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in updateFromCursor()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java186 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/
Dsystem-current.txt26377 field public static final java.lang.String COLUMN_LAST_MODIFIED = "last_modified";
Dcurrent.txt24787 field public static final java.lang.String COLUMN_LAST_MODIFIED = "last_modified";