Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCache.java464 Iterator<String> keyIterator = mCacheMap.keySet().iterator(); in incrementAndAdjustCache() local
465 while (mCurrentCacheSize > getMaxFileCacheSize() && keyIterator.hasNext()) { in incrementAndAdjustCache()
466 String remotePath = keyIterator.next(); in incrementAndAdjustCache()
473 keyIterator.remove(); in incrementAndAdjustCache()