Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowEnvironmentTest.java60 assertThat(Environment.isExternalStorageRemovable()).isFalse(); in isExternalStorageRemovable_primaryShouldReturnSavedValue()
62 assertThat(Environment.isExternalStorageRemovable()).isTrue(); in isExternalStorageRemovable_primaryShouldReturnSavedValue()
69 assertThat(Environment.isExternalStorageRemovable(file)).isFalse(); in isExternalStorageRemovable_shouldReturnSavedValue()
71 assertThat(Environment.isExternalStorageRemovable(file)).isTrue(); in isExternalStorageRemovable_shouldReturnSavedValue()
102 assertThat(Environment.isExternalStorageRemovable(file)).isTrue(); in reset_shouldClearRemovableFiles()
104 assertThat(Environment.isExternalStorageRemovable(file)).isFalse(); in reset_shouldClearRemovableFiles()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowEnvironment.java98 protected static boolean isExternalStorageRemovable() { in isExternalStorageRemovable() method in ShadowEnvironment
126 protected static boolean isExternalStorageRemovable(File path) { in isExternalStorageRemovable() method in ShadowEnvironment