Home
last modified time | relevance | path

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

/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2616 final SettableFuture<Boolean> startSafeBrowsingFuture = SettableFuture.create(); in testStartSafeBrowsingUseApplicationContext() local
2622 startSafeBrowsingFuture.set(ctx.wasGetApplicationContextCalled()); in testStartSafeBrowsingUseApplicationContext()
2626 assertTrue(WebkitUtils.waitForFuture(startSafeBrowsingFuture)); in testStartSafeBrowsingUseApplicationContext()
2648 final SettableFuture<Boolean> startSafeBrowsingFuture = SettableFuture.create(); in testStartSafeBrowsingInvokesCallback() local
2654 startSafeBrowsingFuture.set(Looper.getMainLooper().isCurrentThread()); in testStartSafeBrowsingInvokesCallback()
2658 assertTrue(WebkitUtils.waitForFuture(startSafeBrowsingFuture)); in testStartSafeBrowsingInvokesCallback()