Home
last modified time | relevance | path

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

/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java111 private int invocationEndedCount = 0; field in ResultReporter
405 if (++invocationEndedCount < mMasterBuildInfos.size()) { in invocationEnded()