Searched refs:startedDownload (Results 1 – 1 of 1) sorted by relevance
137 final AtomicBoolean startedDownload = new AtomicBoolean(false); in testFetchRemoteFile_multiConcurrent() local144 if (!startedDownload.get()) { in testFetchRemoteFile_multiConcurrent()145 startedDownload.set(true); in testFetchRemoteFile_multiConcurrent()176 while (!startedDownload.get()) { in testFetchRemoteFile_multiConcurrent()209 final AtomicBoolean startedDownload = new AtomicBoolean(false); in testFetchRemoteFile_concurrentFail() local213 if (!startedDownload.get()) { in testFetchRemoteFile_concurrentFail()214 startedDownload.set(true); in testFetchRemoteFile_concurrentFail()242 while (!startedDownload.get()) { in testFetchRemoteFile_concurrentFail()