Home
last modified time | relevance | path

Searched refs:invocationEndedCount (Results 1 – 1 of 1) sorted by relevance

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java167 private int invocationEndedCount = 0; field in ResultReporter
538 if (++invocationEndedCount < mMainBuildInfos.size()) { in invocationEnded()