Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/js/
DJSScriptEngineTest.java942 CountDownLatch jsEvaluationStartedLatch = new CountDownLatch(1); in testIsolateIsClosedWhenEvaluationIsCancelled() local
948 jsEvaluationStartedLatch.countDown(); in testIsolateIsClosedWhenEvaluationIsCancelled()
976 jsEvaluationStartedLatch.await(1, TimeUnit.SECONDS); in testIsolateIsClosedWhenEvaluationIsCancelled()
988 CountDownLatch jsEvaluationStartedLatch = new CountDownLatch(1); in testIsolateIsClosedWhenEvaluationTimesOut() local
994 jsEvaluationStartedLatch.countDown(); in testIsolateIsClosedWhenEvaluationTimesOut()
1034 jsEvaluationStartedLatch.await(1, TimeUnit.SECONDS); in testIsolateIsClosedWhenEvaluationTimesOut()