Searched refs:appManifestsCache (Results 1 – 1 of 1) sorted by relevance
70 private static final Map<ManifestIdentifier, AndroidManifest> appManifestsCache = new HashMap<>(); field in RobolectricTestRunner478 synchronized (appManifestsCache) { in cachedCreateAppManifest()480 appManifest = appManifestsCache.get(identifier); in cachedCreateAppManifest()483 appManifestsCache.put(identifier, appManifest); in cachedCreateAppManifest()