Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DAccessibilityEventFilterUtils.java195 private int mContentChanges; field in ContentChangesMatcher
199 mContentChanges = contentChanges; in ContentChangesMatcher()
204 return (event.getContentChangeTypes() & mContentChanges) == mContentChanges; in matchesSafely()
209 description.appendText("With content change type " + mContentChanges); in describeTo()