Searched refs:cacheEntryList (Results 1 – 1 of 1) sorted by relevance
129 List<FilePair> cacheEntryList = new LinkedList<FilePair>(); in FileDownloadCache() local130 addFiles(mCacheRoot, new Stack<String>(), cacheEntryList); in FileDownloadCache()132 Collections.sort(cacheEntryList, new FileTimeComparator()); in FileDownloadCache()134 for (FilePair cacheEntry : cacheEntryList) { in FileDownloadCache()159 List<FilePair> cacheEntryList) { in addFiles() argument169 addFiles(childFile, relPathSegments, cacheEntryList); in addFiles()178 cacheEntryList.add(new FilePair(relPath.toString(), childFile)); in addFiles()