Searched refs:mParallelDownload (Results 1 – 1 of 1) sorted by relevance
33 private Future<BuildRetrievalError> mParallelDownload; field in ExtendedFile77 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()