Searched refs:downloadThread2 (Results 1 – 1 of 1) sorted by relevance
103 Thread downloadThread2 = createDownloadThread(mMockDownloader, REMOTE_PATH); in testFetchRemoteFile_concurrent() local104 downloadThread2.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_concurrent-2"); in testFetchRemoteFile_concurrent()106 downloadThread2.start(); in testFetchRemoteFile_concurrent()108 downloadThread2.join(); in testFetchRemoteFile_concurrent()169 Thread downloadThread2 = createDownloadThread(mockDownloader2, remotePath2); in testFetchRemoteFile_multiConcurrent() local170 downloadThread2.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_multiConcurrent-2"); in testFetchRemoteFile_multiConcurrent()183 downloadThread2.start(); in testFetchRemoteFile_multiConcurrent()185 downloadThread2.join(2000); in testFetchRemoteFile_multiConcurrent()187 assertFalse(downloadThread2.isAlive()); in testFetchRemoteFile_multiConcurrent()235 Thread downloadThread2 = createDownloadThread(mMockDownloader, REMOTE_PATH); in testFetchRemoteFile_concurrentFail() local[all …]