Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/build/
DFileDownloadCacheFuncTest.java55 private static final String DOWNLOADED_CONTENTS = "downloaded contents"; field in FileDownloadCacheFuncTest
91 FileUtil.writeToFile(DOWNLOADED_CONTENTS, fileArg); in testFetchRemoteFile_concurrent()
114 DOWNLOADED_CONTENTS, in testFetchRemoteFile_concurrent()
117 DOWNLOADED_CONTENTS, in testFetchRemoteFile_concurrent()
139 mCache.setMaxCacheSize(DOWNLOADED_CONTENTS.length() + 1); in testFetchRemoteFile_multiConcurrent()
151 FileUtil.writeToFile(DOWNLOADED_CONTENTS, fileArg); in testFetchRemoteFile_multiConcurrent()
222 FileUtil.writeToFile(DOWNLOADED_CONTENTS, fileArg); in testFetchRemoteFile_concurrentFail()
DFileDownloadCacheTest.java61 private static final String DOWNLOADED_CONTENTS = "downloaded contents"; field in FileDownloadCacheTest
173 mCache.setMaxCacheSize(DOWNLOADED_CONTENTS.length() + 1); in testFetchRemoteFile_cacheSizeExceeded()
391 assertEquals(DOWNLOADED_CONTENTS, contents); in assertFetchRemoteFile()
401 assertEquals(DOWNLOADED_CONTENTS, FileUtil.readStringFromFile(file)); in assertFetchRemoteFile()
427 FileUtil.writeToFile(DOWNLOADED_CONTENTS, fileArg); in setDownloadExpectations()
435 FileUtil.writeToFile(DOWNLOADED_CONTENTS, file); in setDownloadExpectations()