Searched refs:PropertyMatcher (Results 1 – 1 of 1) sorted by relevance
48 TypeSafeMatcher<AccessibilityEvent> matchResourceName = new PropertyMatcher<>( in filterForEventTypeWithResource()119 public static class PropertyMatcher<T> extends TypeSafeMatcher<AccessibilityEvent> { class in AccessibilityEventFilterUtils124 public PropertyMatcher(T property, String description, in PropertyMatcher() method in AccessibilityEventFilterUtils.PropertyMatcher