Home
last modified time | relevance | path

Searched defs:getExternalStorageState (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowEnvironment.java37 protected static String getExternalStorageState() { in getExternalStorageState() method in ShadowEnvironment
115 protected static String getExternalStorageState(File directory) { in getExternalStorageState() method in ShadowEnvironment
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowEnvironmentTest.java174 public void getExternalStorageState() throws Exception { in getExternalStorageState() method in ShadowEnvironmentTest