Searched refs:mComparator (Results 1 – 2 of 2) sorted by relevance
122 private BiPredicate<AccessibilityEvent, T> mComparator; field in AccessibilityEventFilterUtils.PropertyMatcher129 mComparator = comparator; in PropertyMatcher()134 return mComparator.test(event, mProperty); in matchesSafely()
146 private final Comparator<ResultKey> mComparator = new Comparator<ResultKey>() { field in ItsTestActivity205 mAllScenes = new TreeSet<>(mComparator); in onReceive()