Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/build/
DFileDownloadCacheFuncTest.java137 final AtomicBoolean startedDownload = new AtomicBoolean(false); in testFetchRemoteFile_multiConcurrent() local
144 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() local
213 if (!startedDownload.get()) { in testFetchRemoteFile_concurrentFail()
214 startedDownload.set(true); in testFetchRemoteFile_concurrentFail()
242 while (!startedDownload.get()) { in testFetchRemoteFile_concurrentFail()