Searched refs:dirInDownload (Results 1 – 1 of 1) sorted by relevance
819 File dirInDownload = getNewDirInDownload("testGetTopLevelNoMedia_CurrentDir"); in testGetTopLevelNoMedia_CurrentDir() local820 File nomedia = new File(dirInDownload, ".nomedia"); in testGetTopLevelNoMedia_CurrentDir()823 assertThat(FileUtils.getTopLevelNoMedia(dirInDownload)) in testGetTopLevelNoMedia_CurrentDir()824 .isEqualTo(dirInDownload); in testGetTopLevelNoMedia_CurrentDir()825 assertThat(FileUtils.getTopLevelNoMedia(new File(dirInDownload, "foo"))) in testGetTopLevelNoMedia_CurrentDir()826 .isEqualTo(dirInDownload); in testGetTopLevelNoMedia_CurrentDir()992 File dirInDownload = getNewDirInDownload("testDirectoryDirty"); in testDirectoryDirty() local995 assertFalse(FileUtils.isDirectoryDirty(dirInDownload)); in testDirectoryDirty()998 File nomedia = new File(dirInDownload, ".nomedia"); in testDirectoryDirty()1000 assertTrue(FileUtils.isDirectoryDirty(dirInDownload)); in testDirectoryDirty()[all …]