Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCache.java139 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
/tools/tradefederation/core/javatests/com/android/tradefed/build/
DFileDownloadCacheFuncTest.java310 long getMaxFileCacheSize() { in testConstructor_cacheExceeded() method