Home
last modified time | relevance | path

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

/cts/tests/tests/webkit/src/android/webkit/cts/
DGeolocationTest.java75 private static final int POLLING_TIMEOUT = 60 * 1000; field in GeolocationTest
355 PollingCheck.check("Geolocation prompt not called", POLLING_TIMEOUT, receivedRequest); in testSimpleGeolocationRequestAcceptOnce()
362 PollingCheck.check("JS didn't get position", POLLING_TIMEOUT, receivedLocation); in testSimpleGeolocationRequestAcceptOnce()
366 PollingCheck.check("Geolocation prompt not called", POLLING_TIMEOUT, receivedRequest); in testSimpleGeolocationRequestAcceptOnce()
367 PollingCheck.check("JS didn't get position", POLLING_TIMEOUT, receivedLocation); in testSimpleGeolocationRequestAcceptOnce()
447 PollingCheck.check("Geolocation prompt not called", POLLING_TIMEOUT, receivedRequest); in testSimpleGeolocationRequestAcceptAlways()
454 PollingCheck.check("JS didn't get position", POLLING_TIMEOUT, receivedLocation); in testSimpleGeolocationRequestAcceptAlways()
459 PollingCheck.check("JS didn't get position", POLLING_TIMEOUT, receivedLocation); in testSimpleGeolocationRequestAcceptAlways()
476 PollingCheck.check("Geolocation prompt not called", POLLING_TIMEOUT, receivedRequest); in testSimpleGeolocationRequestAcceptAlways()
477 PollingCheck.check("JS didn't get position", POLLING_TIMEOUT, receivedLocation); in testSimpleGeolocationRequestAcceptAlways()
[all …]
DServiceWorkerClientTest.java60 private static final int POLLING_TIMEOUT = 60 * 1000; field in ServiceWorkerClientTest
200 PollingCheck.check("JS could not register Service Worker", POLLING_TIMEOUT, in testServiceWorkerClientInterceptCallback()
209 PollingCheck.check("Service Worker intercept callbacks not invoked", POLLING_TIMEOUT, in testServiceWorkerClientInterceptCallback()
225 PollingCheck.check("JS could not unregister Service Worker", POLLING_TIMEOUT, in testServiceWorkerClientInterceptCallback()
244 PollingCheck.check("JS unexpectedly registered the Service Worker", POLLING_TIMEOUT, in testSetNullServiceWorkerClient()
DTracingControllerTest.java120 private static final int POLLING_TIMEOUT = 60 * 1000;
169 PollingCheck.check("Tracing did not stop", POLLING_TIMEOUT, tracingStopped);
193 …PollingCheck.check("Tracing did not complete", POLLING_TIMEOUT, tracingReceiver.getCompleteCallabl…
207 …PollingCheck.check("Tracing did not complete", POLLING_TIMEOUT, tracingReceiver.getCompleteCallabl…
/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/
DCalendarTest.java65 private static final int POLLING_TIMEOUT = 15000; field in CalendarTest
1505 new PollingCheck(POLLING_TIMEOUT) { in testRemindersAlarm() argument