Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterBuildProvider.java66 static final InvocationLocal<ConcurrentHashMap<String, File>> sDownloadCache = field in ClusterBuildProvider
103 final ConcurrentHashMap<String, File> cache = sDownloadCache.get(); in getBuild()
/tools/tradefederation/core/javatests/com/android/tradefed/cluster/
DClusterBuildProviderTest.java87 mDownloadCache = ClusterBuildProvider.sDownloadCache.get(); in setUp()