Searched refs:getLatestDownloadedFile (Results 1 – 3 of 3) sorted by relevance
101 FileUtil.deleteFile(mGCSConfigurationFactory.getLatestDownloadedFile()); in tearDown()109 Assert.assertTrue(mGCSConfigurationFactory.getLatestDownloadedFile().exists()); in testGetConfigStream()
97 public File getLatestDownloadedFile() { in getLatestDownloadedFile() method in GCSConfigurationFactory
178 File config = configFactory.getLatestDownloadedFile(); in createGlobalConfiguration()