Searched refs:WindowTitleMatcher (Results 1 – 1 of 1) sorted by relevance
83 new WindowTitleMatcher(uiAutomation, title, displayId))::matches; in filterWindowsChangeTypesAndWindowTitle()237 public static class WindowTitleMatcher extends TypeSafeMatcher<AccessibilityEvent> { class242 public WindowTitleMatcher(@NonNull UiAutomation uiAutomation, @NonNull String title, in WindowTitleMatcher() method in WindowTitleMatcher