Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/build/
DFileDownloadCacheFuncTest.java171 Thread downloadThread3 = createDownloadThread(mockDownloader3, remotePath3); in testFetchRemoteFile_multiConcurrent() local
172 downloadThread3.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_multiConcurrent-3"); in testFetchRemoteFile_multiConcurrent()
184 downloadThread3.start(); in testFetchRemoteFile_multiConcurrent()
186 downloadThread3.join(2000); in testFetchRemoteFile_multiConcurrent()
188 assertFalse(downloadThread3.isAlive()); in testFetchRemoteFile_multiConcurrent()
237 Thread downloadThread3 = createDownloadThread(mMockDownloader, REMOTE_PATH); in testFetchRemoteFile_concurrentFail() local
238 downloadThread3.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_concurrentFail-3"); in testFetchRemoteFile_concurrentFail()
259 downloadThread3.start(); in testFetchRemoteFile_concurrentFail()
260 downloadThread3.join(2000); in testFetchRemoteFile_concurrentFail()