Searched refs:matchResourceName (Results 1 – 1 of 1) sorted by relevance
48 TypeSafeMatcher<AccessibilityEvent> matchResourceName = new PropertyMatcher<>( in filterForEventTypeWithResource() local52 return (both(new AccessibilityEventTypeMatcher(eventType)).and(matchResourceName))::matches; in filterForEventTypeWithResource()