Searched refs:mTestDownloadDir (Results 1 – 1 of 1) sorted by relevance
122 private File mTestDownloadDir; field in FileUtilsTest136 mTestDownloadDir = new File(mDownloadTarget, TEST_DIRECTORY_NAME); in setUp()137 mTestDownloadDir.mkdirs(); in setUp()143 FileUtils.deleteContents(mTestDownloadDir); in tearDown()909 File visibleDir = new File(mTestDownloadDir, "testDirectory"); in testShouldDirBeHidden()912 File hiddenDir = new File(mTestDownloadDir, ".testDirectory"); in testShouldDirBeHidden()1011 File dirInDownloadDifferentCase = new File(mTestDownloadDir, "TeStDirEctoRYdirTy"); in testDirectoryDirty()1140 File file = new File(mTestDownloadDir, name); in getNewDirInDownload()