Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowEnvironment.java34 static Path EXTERNAL_FILES_DIR; field in ShadowEnvironment
67 …if (!exists(EXTERNAL_FILES_DIR)) EXTERNAL_FILES_DIR = RuntimeEnvironment.getTempDirectory().create… in getExternalStoragePublicDirectory()
68 if (type == null) return EXTERNAL_FILES_DIR.toFile(); in getExternalStoragePublicDirectory()
69 Path path = EXTERNAL_FILES_DIR.resolve(type); in getExternalStoragePublicDirectory()
82 EXTERNAL_FILES_DIR = null; in reset()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowEnvironmentTest.java46 …assertThat(path).isEqualTo(new File(ShadowEnvironment.EXTERNAL_FILES_DIR.toFile(), Environment.DIR… in getExternalStoragePublicDirectory_shouldReturnDirectory()
87 assertNull(ShadowEnvironment.EXTERNAL_FILES_DIR); in storageIsLazy()
93 assertNotNull(ShadowEnvironment.EXTERNAL_FILES_DIR); in storageIsLazy()