Home
last modified time | relevance | path

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

/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
H A DFetchDownloadsLoader.java69 final long last_modified_threshold = System.currentTimeMillis() - in collectFiles() local
78 if (last_modified_threshold < currentFile.lastModified()) { in collectFiles()