Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/
DAssertionsChecker.java143 NamedAssertion<T> currentAssertion = mAssertions.get(assertionIndex); in assertChanges() local
144 Result result = currentAssertion.apply(entries.get(entryIndex)); in assertChanges()