Home
last modified time | relevance | path

Searched defs:matchesSafely (Results 1 – 3 of 3) sorted by relevance

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DAccessibilityEventFilterUtils.java71 protected boolean matchesSafely(AccessibilityEvent event) { in matchesSafely() method in AccessibilityEventFilterUtils.AccessibilityEventTypeMatcher
90 protected boolean matchesSafely(AccessibilityEvent event) { in matchesSafely() method in AccessibilityEventFilterUtils.WindowChangesMatcher
109 protected boolean matchesSafely(AccessibilityEvent event) { in matchesSafely() method in AccessibilityEventFilterUtils.ContentChangesMatcher
133 protected boolean matchesSafely(AccessibilityEvent event) { in matchesSafely() method in AccessibilityEventFilterUtils.PropertyMatcher
154 protected boolean matchesSafely(AccessibilityEvent event) { in matchesSafely() method in AccessibilityEventFilterUtils.WindowTitleMatcher
/cts/tests/tests/widget/src/android/widget/cts/util/
DTestUtilsMatchers.java39 protected boolean matchesSafely(List<Integer> item) { in inAscendingOrder() method
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDispatchTest.java644 protected boolean matchesSafely(MotionEvent motionEvent) { in matchesSafely() method in AccessibilityGestureDispatchTest.MotionEventActionMatcher