Searched refs:sServiceStoppedLatch (Results 1 – 1 of 1) sorted by relevance
58 static CountDownLatch sServiceStoppedLatch; field in JobIntentServiceTest166 sServiceStoppedLatch = new CountDownLatch(1); in initStatics()194 sServiceStoppedLatch.countDown(); in serviceReportStopped()199 if (!sServiceStoppedLatch.await(10, TimeUnit.SECONDS)) { in ensureServiceStopped()