Home
last modified time | relevance | path

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

/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewRenderProcessTest.java125 …final WebViewRenderProcess renderer = WebkitUtils.waitForFuture(startAndGetRenderProcess(webView));
132 renderer, WebkitUtils.waitForFuture(startAndGetRenderProcess(webView)));
140 WebkitUtils.waitForFuture(terminationFuture));
150 renderer, WebkitUtils.waitForFuture(startAndGetRenderProcess(webView2)));
DWebViewRenderProcessClientTest.java88 WebkitUtils.waitForFuture(mIsBlocked); in waitForBlocked()
144 WebkitUtils.waitForFuture(rendererUnblocked); in testWebViewRenderProcessClientOnExecutor()
DWebViewTest.java856 WebkitUtils.waitForFuture(onCreateWindowFuture); in testJavascriptInterfaceForClientPopup()
1392 assertEquals(2, (int)WebkitUtils.waitForFuture(l.future())); in testFindAll()
1414 WebkitUtils.waitForFuture(l.future()); in testFindNext()
1491 assertEquals(1, (int)WebkitUtils.waitForFuture(handler.future())); in testDocumentHasImages()
1821 WebkitUtils.waitForFuture(imageLoaded.future()); in testRequestImageRef()
2147 WebkitUtils.waitForFuture(downloadStartFuture); in testSetDownloadListener()
2226 WebkitUtils.waitForFuture(future); in testSetWebChromeClient()
2362 WebkitUtils.waitForFuture(result); in testPrinting()
2411 WebkitUtils.waitForFuture(result); in testPrintingPagesCount()
2444 assertEquals(kRequest, (long) WebkitUtils.waitForFuture(visualStateFuture)); in testVisualStateCallbackCalled()
[all …]
DPostMessageTest.java307 WebkitUtils.waitForFuture(messageHandlerThreadFuture)); in testWebMessageHandler()
337 WebkitUtils.waitForFuture(messageMainLooperFuture)); in testWebMessageDefaultHandler()
DWebChromeClientTest.java257 WebkitUtils.waitForFuture(onJsBeforeUnloadFuture); in testOnJsBeforeUnloadIsCalled()
DWebViewClientTest.java787 assertEquals(url, WebkitUtils.waitForFuture(pageCommitVisibleFuture)); in testOnPageCommitVisibleCalled()
DWebSettingsTest.java519 WebkitUtils.waitForFuture(createWindowFuture); in testAccessJavaScriptCanOpenWindowsAutomatically()
/cts/libs/deviceutillegacy/src/android/webkit/cts/
DWebkitUtils.java99 return waitForFuture(onMainThread(callable)); in onMainThreadSync()
128 waitForFuture(exceptionPropagatingFuture); in onMainThreadSync()
141 public static <T> T waitForFuture(Future<T> future) { in waitForFuture() method in WebkitUtils
DWebViewOnUiThread.java489 return WebkitUtils.waitForFuture(future);
574 WebkitUtils.waitForFuture(future);