Searched defs:PropertyMatcher (Results 1 – 1 of 1) sorted by relevance
213 public static class PropertyMatcher<T> extends TypeSafeMatcher<AccessibilityEvent> { class218 public PropertyMatcher(T property, String description, in PropertyMatcher() method in PropertyMatcher