Searched refs:mParallelTestComplete (Results 1 – 2 of 2) sorted by relevance
45 private final CountDownLatch mParallelTestComplete = new CountDownLatch(1); field in CrashTestStatus66 mParallelTestComplete.countDown(); in handleCompletionNotification()69 mParallelTestComplete.getCount(), mTestResult.get())); in handleCompletionNotification()96 return mParallelTestComplete.getCount() == 0; in isTestCompleted()100 return mParallelTestComplete.await(timeout, timeUnit); in waitForCompletion()
67 private CountDownLatch mParallelTestComplete; field in RunModelsInParallel109 mParallelTestComplete = new CountDownLatch(mThreadCount); in call()128 mParallelTestComplete.countDown(); in createSubTestRunner()173 boolean testsEnded = mParallelTestComplete.await(mTestDurationMillis, MILLISECONDS); in completedSuccessfully()