Searched refs:mIsExpectedCountDirty (Results 1 – 1 of 1) sorted by relevance
71 private AtomicBoolean mIsExpectedCountDirty = new AtomicBoolean(true); field in CollectingTestListener181 mIsExpectedCountDirty.set(true); in testRunStarted()327 if (!mIsExpectedCountDirty.compareAndSet(true, false)) { in getExpectedTests()