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