Searched refs:mStoppedLatch (Results 1 – 3 of 3) sorted by relevance
374 private CountDownLatch mStoppedLatch; field in MockJobService.TestEnvironment460 return mStoppedLatch.await(DEFAULT_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in awaitStopped()479 if (mStoppedLatch != null) { in notifyStopped()480 mStoppedLatch.countDown(); in notifyStopped()493 mStoppedLatch = null; in setExpectedExecutions()509 mStoppedLatch = new CountDownLatch(1); in setExpectedStopped()
439 private CountDownLatch mStoppedLatch; field in MockJobService.TestEnvironment558 return mStoppedLatch.await(DEFAULT_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in awaitStopped()588 if (mStoppedLatch != null) { in notifyStopped()589 mStoppedLatch.countDown(); in notifyStopped()610 mStoppedLatch = null; in setExpectedExecutions()630 mStoppedLatch = new CountDownLatch(1); in setExpectedStopped()
145 private final CountDownLatch mStoppedLatch = new CountDownLatch(1); field in ActivitiesWatcher.ActivityWatcher179 return mStoppedLatch; in getLatch()