Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowEnvironment.java31 private static Map<Path, String> storageState = new HashMap<>(); field in ShadowEnvironment
87 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()