Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/
DCollectingTestListener.java76 private AtomicBoolean mIsExpectedCountDirty = new AtomicBoolean(true); field in CollectingTestListener
192 mIsExpectedCountDirty.set(true); in testRunStarted()
358 if (!mIsExpectedCountDirty.compareAndSet(true, false)) { in getExpectedTests()