Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCacheFactory.java34 private Map<String, FileDownloadCache> mCacheObjectMap = Collections.synchronizedMap( field in FileDownloadCacheFactory
55 FileDownloadCache cache = mCacheObjectMap.get(cacheDir.getAbsolutePath()); in getCache()
58 mCacheObjectMap.put(cacheDir.getAbsolutePath(), cache); in getCache()