Home
last modified time | relevance | path

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

/core/core/src/androidTest/java/androidx/core/app/
DJobIntentServiceTest.java58 static CountDownLatch sServiceStoppedLatch; field in JobIntentServiceTest
166 sServiceStoppedLatch = new CountDownLatch(1); in initStatics()
194 sServiceStoppedLatch.countDown(); in serviceReportStopped()
199 if (!sServiceStoppedLatch.await(10, TimeUnit.SECONDS)) { in ensureServiceStopped()