Home
last modified time | relevance | path

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

/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadStorageProvider.java706 String mimeType, long lastModifiedMs, int extraFlags, boolean isPending) { in includeDownload() argument
727 row.add(Document.COLUMN_LAST_MODIFIED, lastModifiedMs); in includeDownload()
936 final long lastModifiedMs = mediaCursor.getLong( in includeDownloadFromMediaStore() local
950 lastModifiedMs, extraFlags, isPending); in includeDownloadFromMediaStore()