Home
last modified time | relevance | path

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

/cts/tests/tests/netsecpolicy/src/android/security/
DNetworkSecurityPolicyTestBase.java219 … final SettableFuture<Intent> downloadCompleteIntentFuture = new SettableFuture<Intent>(); in downloadUsingDownloadManager() local
223 downloadCompleteIntentFuture.set(intent); in downloadUsingDownloadManager()
233 downloadCompleteIntent = downloadCompleteIntentFuture.get(5, TimeUnit.SECONDS); in downloadUsingDownloadManager()