Searched refs:POLLING_TIMEOUT (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | GeolocationTest.java | 75 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 …]
|
D | ServiceWorkerClientTest.java | 60 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()
|
D | TracingControllerTest.java | 120 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/ |
D | CalendarTest.java | 65 private static final int POLLING_TIMEOUT = 15000; field in CalendarTest 1505 new PollingCheck(POLLING_TIMEOUT) { in testRemindersAlarm() argument
|