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.java71 private AtomicBoolean mIsExpectedCountDirty = new AtomicBoolean(true); field in CollectingTestListener
181 mIsExpectedCountDirty.set(true); in testRunStarted()
327 if (!mIsExpectedCountDirty.compareAndSet(true, false)) { in getExpectedTests()