Home
last modified time | relevance | path

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

/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java833 final SettableFuture<Void> onCreateWindowFuture = SettableFuture.create(); in testJavascriptInterfaceForClientPopup() local
844 onCreateWindowFuture.set(null); in testJavascriptInterfaceForClientPopup()
852 WebkitUtils.waitForFuture(onCreateWindowFuture); in testJavascriptInterfaceForClientPopup()