Home
last modified time | relevance | path

Searched refs:getLatestDownloadedFile (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/config/gcs/
DGCSConfigurationFactoryTest.java101 FileUtil.deleteFile(mGCSConfigurationFactory.getLatestDownloadedFile()); in tearDown()
109 Assert.assertTrue(mGCSConfigurationFactory.getLatestDownloadedFile().exists()); in testGetConfigStream()
/tools/tradefederation/core/src/com/android/tradefed/config/gcs/
DGCSConfigurationFactory.java97 public File getLatestDownloadedFile() { in getLatestDownloadedFile() method in GCSConfigurationFactory
/tools/tradefederation/core/src/com/android/tradefed/config/
DGlobalConfiguration.java178 File config = configFactory.getLatestDownloadedFile(); in createGlobalConfiguration()