Home
last modified time | relevance | path

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

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DEnvironmentTest.java24 ShadowEnvironment.setExternalStorageState("removed"); in tearDown()
30 ShadowEnvironment.setExternalStorageState("mounted"); in testExternalStorageState()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowEnvironment.java21 public static void setExternalStorageState(String externalStorageState) { in setExternalStorageState() method in ShadowEnvironment