Searched refs:WindowChangesMatcher (Results 1 – 1 of 1) sorted by relevance
43 .and(new WindowChangesMatcher(changes)))::matches; in filterWindowsChangedWithChangeTypes()58 new WindowChangesMatcher(changeTypes), in filterWindowsChangeTypesAndWindowTitle()81 public static class WindowChangesMatcher extends TypeSafeMatcher<AccessibilityEvent> { class in AccessibilityEventFilterUtils84 public WindowChangesMatcher(int windowChanges) { in WindowChangesMatcher() method in AccessibilityEventFilterUtils.WindowChangesMatcher