Searched refs:WindowChangesMatcher (Results 1 – 1 of 1) sorted by relevance
53 .and(new WindowChangesMatcher(changes)))::matches; in filterWindowsChangedWithChangeTypes()82 new WindowChangesMatcher(changeTypes), in filterWindowsChangeTypesAndWindowTitle()89 new WindowChangesMatcher(changeTypes), in filterWindowsChangTypesAndWindowId()175 public static class WindowChangesMatcher extends TypeSafeMatcher<AccessibilityEvent> { class178 public WindowChangesMatcher(int windowChanges) { in WindowChangesMatcher() method in WindowChangesMatcher