Searched refs:mCacheObjectMap (Results 1 – 1 of 1) sorted by relevance
34 private Map<String, FileDownloadCache> mCacheObjectMap = Collections.synchronizedMap( field in FileDownloadCacheFactory55 FileDownloadCache cache = mCacheObjectMap.get(cacheDir.getAbsolutePath()); in getCache()58 mCacheObjectMap.put(cacheDir.getAbsolutePath(), cache); in getCache()