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.java101 private int mContentChanges; field in AccessibilityEventFilterUtils.ContentChangesMatcher
105 mContentChanges = contentChanges; in ContentChangesMatcher()
110 return (event.getContentChangeTypes() & mContentChanges) == mContentChanges; in matchesSafely()
115 description.appendText("With content change type " + mContentChanges); in describeTo()