Home
last modified time | relevance | path

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

/webkit/integration-tests/instrumentation/src/androidTest/java/androidx/webkit/
DProxyControllerTest.java288 ProxyController.getInstance().setProxyOverride(proxyRules, new SynchronousExecutor(), in setProxyOverrideSync()
297 new SynchronousExecutor(), () -> future.set(null)); in clearProxyOverrideSync()
302 static class SynchronousExecutor implements Executor { class in ProxyControllerTest