Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/
DAssertionsChecker.java38 private boolean mSkipUntilFirstAssertion = false; field in AssertionsChecker
59 mSkipUntilFirstAssertion = true; in skipUntilFirstAssertion()
145 boolean ignoreFailure = mSkipUntilFirstAssertion && lastPassedAssertionIndex == -1; in assertChanges()