Searched refs:storageState (Results 1 – 1 of 1) sorted by relevance
31 private static Map<Path, String> storageState = new HashMap<>(); field in ShadowEnvironment87 storageState = new HashMap<>(); in reset()106 for (Map.Entry<Path, String> entry : storageState.entrySet()) { in getStorageState()117 for (Map.Entry<Path, String> entry : storageState.entrySet()) { in getExternalStorageState()211 storageState.put(directory.toPath(), state); in setExternalStorageState()