Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/
DCollectingTestListener.java54 private boolean mIsCountDirty = true; field in CollectingTestListener
152 mIsCountDirty = true; in testRunStarted()
164 mIsCountDirty = true; in testStarted()
177 mIsCountDirty = true; in testEnded()
184 mIsCountDirty = true; in testFailed()
190 mIsCountDirty = true; in testAssumptionFailure()
197 mIsCountDirty = true; in testIgnored()
204 mIsCountDirty = true; in testRunEnded()
213 mIsCountDirty = true; in testRunFailed()
222 mIsCountDirty = true; in testRunStopped()
[all …]
DTestRunResult.java57 private boolean mIsCountDirty = true; field in TestRunResult
137 if (mIsCountDirty) { in getNumTestsInState()
146 mIsCountDirty = false; in getNumTestsInState()
204 mIsCountDirty = true; in addTestResult()