Home
last modified time | relevance | path

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

/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DFetchDownloadsLoader.java82 if (currentFile.lastModified() < result.youngestLastModified) { in collectFiles()
83 result.youngestLastModified = currentFile.lastModified(); in collectFiles()
108 public long youngestLastModified; field in FetchDownloadsLoader.DownloadsResult
118 long youngestLastModified, in DownloadsResult() argument
122 this.youngestLastModified = youngestLastModified; in DownloadsResult()
DDownloadsDeletionType.java131 mMostRecent = data.youngestLastModified; in onLoadFinished()