Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowEnvironmentTest.java61 ShadowEnvironment.setExternalStorageRemovable(Environment.getExternalStorageDirectory(), true); in isExternalStorageRemovable_primaryShouldReturnSavedValue()
70 ShadowEnvironment.setExternalStorageRemovable(file, true); in isExternalStorageRemovable_shouldReturnSavedValue()
100 ShadowEnvironment.setExternalStorageRemovable(file, true); in reset_shouldClearRemovableFiles()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowEnvironment.java148 public static void setExternalStorageRemovable(File file, boolean isRemovable) { in setExternalStorageRemovable() method in ShadowEnvironment