Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DAccessibilityEventFilterUtils.java58 TypeSafeMatcher<AccessibilityEvent> matchResourceName = new PropertyMatcher<>( in filterForEventTypeWithResource()
67 new PropertyMatcher<>( in filterForEventTypeWithAction()
119 new PropertyMatcher<>( in matcherForDisplayId()
132 new PropertyMatcher<>( in matcherForClassName()
145 new PropertyMatcher<>( in matcherForFirstText()
213 public static class PropertyMatcher<T> extends TypeSafeMatcher<AccessibilityEvent> { class
218 public PropertyMatcher(T property, String description, in PropertyMatcher() method in PropertyMatcher