Searched refs:mCurrentModuleResult (Results 1 – 1 of 1) sorted by relevance
171 private IModuleResult mCurrentModuleResult; field in ResultReporter327 if (mCurrentModuleResult != null && mCurrentModuleResult.getId().equals(id) in testRunStarted()328 && mCurrentModuleResult.isDone()) { in testRunStarted()335 mCurrentModuleResult = mResult.getOrCreateModule(id); in testRunStarted()336 mModuleWasDone = mCurrentModuleResult.isDone(); in testRunStarted()341 if (mCurrentModuleResult.getExpectedTestRuns() == 0) { in testRunStarted()342 mCurrentModuleResult.setExpectedTestRuns(TestRunHandler.getTestRuns( in testRunStarted()343 mBuildHelper, mCurrentModuleResult.getId())); in testRunStarted()345 mCurrentModuleResult.addTestRun(); in testRunStarted()351 mCurrentModuleResult.inProgress(true); in testRunStarted()[all …]