Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/remote/
DExtendedFile.java33 private Future<BuildRetrievalError> mParallelDownload; field in ExtendedFile
77 mParallelDownload = download; in setDownloadFuture()
85 mParallelDownload.cancel(true); in cancelDownload()
96 BuildRetrievalError error = mParallelDownload.get(); in waitForDownload()
108 return mParallelDownload != null; in isDownloadingInParallel()
112 if (mParallelDownload == null) { in isDoneDownloadingInParallel()
115 return mParallelDownload.isDone(); in isDoneDownloadingInParallel()