Searched refs:PropertyMatcher (Results 1 – 1 of 1) sorted by relevance
58 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> { class218 public PropertyMatcher(T property, String description, in PropertyMatcher() method in PropertyMatcher