Home
last modified time | relevance | path

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

/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2115 final SettableFuture<Void> downloadStartFuture = SettableFuture.create(); in testSetDownloadListener() local
2133 downloadStartFuture.set(null); in testSetDownloadListener()
2157 WebkitUtils.waitForFuture(downloadStartFuture); in testSetDownloadListener()