Home
last modified time | relevance | path

Searched defs:WindowIdMatcher (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilityWindowManagerTest.java1174 static class WindowIdMatcher extends TypeSafeMatcher<AccessibilityEvent> { class in AccessibilityWindowManagerTest
1177 WindowIdMatcher(int windowId) { in WindowIdMatcher() method in AccessibilityWindowManagerTest.WindowIdMatcher