Home
last modified time | relevance | path

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

/webkit/integration-tests/instrumentation/src/androidTest/java/androidx/webkit/
DServiceWorkerClientCompatTest.java65 private static final int POLLING_TIMEOUT = 10 * 1000; field in ServiceWorkerClientCompatTest
180 PollingCheck.check("JS could not register Service Worker", POLLING_TIMEOUT, in testServiceWorkerClientInterceptCallback()
185 PollingCheck.check("Service Worker intercept callbacks not invoked", POLLING_TIMEOUT, in testServiceWorkerClientInterceptCallback()
196 PollingCheck.check("JS could not unregister Service Worker", POLLING_TIMEOUT, in testServiceWorkerClientInterceptCallback()
218 PollingCheck.check("JS unexpectedly registered the Service Worker", POLLING_TIMEOUT, in testSetNullServiceWorkerClient()
DTracingControllerTest.java55 private static final int POLLING_TIMEOUT = 60 * 1000; field in TracingControllerTest
94 PollingCheck.check("Tracing did not complete", POLLING_TIMEOUT, in testTracingControllerCallbacksOnUI()
110 PollingCheck.check("Tracing did not complete", POLLING_TIMEOUT, in testTracingControllerCallbacks()
229 PollingCheck.check("Tracing did not stop", POLLING_TIMEOUT, tracingStopped); in ensureTracingStopped()