Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DAccessibilityEventFilterUtils.java43 .and(new WindowChangesMatcher(changes)))::matches; in filterWindowsChangedWithChangeTypes()
58 new WindowChangesMatcher(changeTypes), in filterWindowsChangeTypesAndWindowTitle()
81 public static class WindowChangesMatcher extends TypeSafeMatcher<AccessibilityEvent> { class in AccessibilityEventFilterUtils
84 public WindowChangesMatcher(int windowChanges) { in WindowChangesMatcher() method in AccessibilityEventFilterUtils.WindowChangesMatcher