Searched refs:downloadExecutor (Results 1 – 6 of 6) sorted by relevance
98 private final ListeningExecutorService downloadExecutor; field in BlockingFileDownloader106 public BlockingFileDownloader(ListeningExecutorService downloadExecutor) { in BlockingFileDownloader() argument107 this.downloadExecutor = downloadExecutor; in BlockingFileDownloader()112 ListeningExecutorService downloadExecutor, FileDownloader delegateFileDownloader) { in BlockingFileDownloader() argument113 this.downloadExecutor = downloadExecutor; in BlockingFileDownloader()140 downloadExecutor); in startDownloading()161 downloadExecutor); in startDownloading()
52 private final Executor downloadExecutor; field in InlineFileDownloader61 public InlineFileDownloader(SynchronousFileStorage fileStorage, Executor downloadExecutor) { in InlineFileDownloader() argument63 this.downloadExecutor = downloadExecutor; in InlineFileDownloader()100 downloadExecutor); in startDownloading() field in InlineFileDownloader
61 private final Executor downloadExecutor; field in Offroad2FileDownloader72 Executor downloadExecutor, in Offroad2FileDownloader() argument80 this.downloadExecutor = downloadExecutor; in Offroad2FileDownloader()127 downloadExecutor) in startDownloading()143 downloadExecutor); in startDownloading() field in Offroad2FileDownloader145 downloadExecutor); in startDownloading()
74 @MddDownloadExecutor ScheduledExecutorService downloadExecutor, in provideFileDownloader() argument88 downloadExecutor, in provideFileDownloader()112 ScheduledExecutorService downloadExecutor, in createOffroad2FileDownloader() argument149 context, downloadExecutor, /* timeoutMillis= */ in createOffroad2FileDownloader()180 downloadExecutor, in createOffroad2FileDownloader()
81 Executor downloadExecutor = Runnable::run;89 downloadExecutor);