Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowEnvironment.java27 private static final Map<File, Boolean> STORAGE_REMOVABLE = new HashMap<>(); field in ShadowEnvironment
85 STORAGE_REMOVABLE.clear(); in reset()
99 final Boolean exists = STORAGE_REMOVABLE.get(getExternalStorageDirectory()); in isExternalStorageRemovable()
127 final Boolean exists = STORAGE_REMOVABLE.get(path); in isExternalStorageRemovable()
149 STORAGE_REMOVABLE.put(file, isRemovable); in setExternalStorageRemovable()