Searched refs:keyIterator (Results 1 – 1 of 1) sorted by relevance
464 Iterator<String> keyIterator = mCacheMap.keySet().iterator(); in incrementAndAdjustCache() local465 while (mCurrentCacheSize > getMaxFileCacheSize() && keyIterator.hasNext()) { in incrementAndAdjustCache()466 String remotePath = keyIterator.next(); in incrementAndAdjustCache()473 keyIterator.remove(); in incrementAndAdjustCache()