Searched refs:getMaxFileCacheSize (Results 1 – 2 of 2) sorted by relevance
139 if (mCurrentCacheSize > getMaxFileCacheSize()) { in FileDownloadCache()465 while (mCurrentCacheSize > getMaxFileCacheSize() && keyIterator.hasNext()) { in incrementAndAdjustCache()489 } else if (mCurrentCacheSize > getMaxFileCacheSize()) { in incrementAndAdjustCache()522 long currentMax = getMaxFileCacheSize(); in empty()556 long getMaxFileCacheSize() { in getMaxFileCacheSize() method in FileDownloadCache
310 long getMaxFileCacheSize() { in testConstructor_cacheExceeded() method