Searched refs:DOWNLOADED_CONTENTS (Results 1 – 2 of 2) sorted by relevance
55 private static final String DOWNLOADED_CONTENTS = "downloaded contents"; field in FileDownloadCacheFuncTest91 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()
61 private static final String DOWNLOADED_CONTENTS = "downloaded contents"; field in FileDownloadCacheTest173 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()