Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/
DRobolectricTestRunner.java70 private static final Map<ManifestIdentifier, AndroidManifest> appManifestsCache = new HashMap<>(); field in RobolectricTestRunner
478 synchronized (appManifestsCache) { in cachedCreateAppManifest()
480 appManifest = appManifestsCache.get(identifier); in cachedCreateAppManifest()
483 appManifestsCache.put(identifier, appManifest); in cachedCreateAppManifest()