Searched refs:mStoppedLatch (Results 1 – 4 of 4) sorted by relevance
373 private CountDownLatch mStoppedLatch; field in MockJobService.TestEnvironment459 return mStoppedLatch.await(DEFAULT_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in awaitStopped()478 if (mStoppedLatch != null) { in notifyStopped()479 mStoppedLatch.countDown(); in notifyStopped()492 mStoppedLatch = null; in setExpectedExecutions()508 mStoppedLatch = new CountDownLatch(1); in setExpectedStopped()
145 private final CountDownLatch mStoppedLatch = new CountDownLatch(1); field in ActivitiesWatcher.ActivityWatcher179 return mStoppedLatch; in getLatch()