Searched refs:downloadCompleteIntentFuture (Results 1 – 1 of 1) sorted by relevance
219 … final SettableFuture<Intent> downloadCompleteIntentFuture = new SettableFuture<Intent>(); in downloadUsingDownloadManager() local223 downloadCompleteIntentFuture.set(intent); in downloadUsingDownloadManager()233 downloadCompleteIntent = downloadCompleteIntentFuture.get(5, TimeUnit.SECONDS); in downloadUsingDownloadManager()