Searched refs:WindowChangesMatcher (Results 1 – 1 of 1) sorted by relevance
21 import static com.android.server.accessibility.AccessibilityWindowManagerTest.WindowChangesMatcher.…1197 static class WindowChangesMatcher extends TypeSafeMatcher<AccessibilityEvent> { class in AccessibilityWindowManagerTest1200 WindowChangesMatcher(int windowChanges) { in WindowChangesMatcher() method in AccessibilityWindowManagerTest.WindowChangesMatcher1205 static WindowChangesMatcher a11yWindowChanges(int windowChanges) { in a11yWindowChanges()1206 return new WindowChangesMatcher(windowChanges); in a11yWindowChanges()