Searched refs:ContentChangesMatcher (Results 1 – 2 of 2) sorted by relevance
20 … static android.accessibilityservice.cts.utils.AccessibilityEventFilterUtils.ContentChangesMatcher;95 }), (new ContentChangesMatcher(CONTENT_CHANGE_TYPE_PANE_TITLE))::matches, in windowLikeViewSettersWork_andNewValuesReportedToAccessibility()106 new ContentChangesMatcher(CONTENT_CHANGE_TYPE_PANE_APPEARED))::matches; in windowLikeViewVisibility_reportAsWindowStateChanges()109 new ContentChangesMatcher(CONTENT_CHANGE_TYPE_PANE_DISAPPEARED))::matches; in windowLikeViewVisibility_reportAsWindowStateChanges()
100 public static class ContentChangesMatcher extends TypeSafeMatcher<AccessibilityEvent> { class in AccessibilityEventFilterUtils103 public ContentChangesMatcher(int contentChanges) { in ContentChangesMatcher() method in AccessibilityEventFilterUtils.ContentChangesMatcher