Searched refs:isExternalStorageRemovable (Results 1 – 2 of 2) sorted by relevance
60 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()
98 protected static boolean isExternalStorageRemovable() { in isExternalStorageRemovable() method in ShadowEnvironment126 protected static boolean isExternalStorageRemovable(File path) { in isExternalStorageRemovable() method in ShadowEnvironment