Home
last modified time | relevance | path

Searched refs:ContentChangesMatcher (Results 1 – 2 of 2) sorted by relevance

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityPaneTest.java20 … static android.accessibilityservice.cts.utils.AccessibilityEventFilterUtils.ContentChangesMatcher;
76 new ContentChangesMatcher(CONTENT_CHANGE_TYPE_PANE_APPEARED))::matches;
79 new ContentChangesMatcher(CONTENT_CHANGE_TYPE_PANE_DISAPPEARED))::matches;
116 }), (new ContentChangesMatcher(CONTENT_CHANGE_TYPE_PANE_TITLE))::matches, in windowLikeViewSettersWork_andNewValuesReportedToAccessibility()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DAccessibilityEventFilterUtils.java48 new ContentChangesMatcher(changes)))::matches; in filterWindowContentChangedWithChangeTypes()
194 public static class ContentChangesMatcher extends TypeSafeMatcher<AccessibilityEvent> { class
197 public ContentChangesMatcher(int contentChanges) { in ContentChangesMatcher() method in ContentChangesMatcher