Searched refs:downloadThread1 (Results 1 – 1 of 1) sorted by relevance
101 Thread downloadThread1 = createDownloadThread(mMockDownloader, REMOTE_PATH); in testFetchRemoteFile_concurrent() local102 downloadThread1.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_concurrent-1"); in testFetchRemoteFile_concurrent()105 downloadThread1.start(); in testFetchRemoteFile_concurrent()107 downloadThread1.join(); in testFetchRemoteFile_concurrent()167 Thread downloadThread1 = createDownloadThread(mockDownloader1, remotePath1); in testFetchRemoteFile_multiConcurrent() local168 downloadThread1.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_multiConcurrent-1"); in testFetchRemoteFile_multiConcurrent()175 downloadThread1.start(); in testFetchRemoteFile_multiConcurrent()194 downloadThread1.join(2000); in testFetchRemoteFile_multiConcurrent()195 assertFalse(downloadThread1.isAlive()); in testFetchRemoteFile_multiConcurrent()233 Thread downloadThread1 = createDownloadThread(mMockDownloader, REMOTE_PATH); in testFetchRemoteFile_concurrentFail() local[all …]