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.java85 protected boolean matchesSafely(AccessibilityEvent event) { in matchesSafely() method in AccessibilityEventFilterUtils.AccessibilityEventTypeMatcher
104 protected boolean matchesSafely(AccessibilityEvent event) { in matchesSafely() method in AccessibilityEventFilterUtils.WindowChangesMatcher
123 protected boolean matchesSafely(AccessibilityEvent event) { in matchesSafely() method in AccessibilityEventFilterUtils.ContentChangesMatcher
147 protected boolean matchesSafely(AccessibilityEvent event) { in matchesSafely() method in AccessibilityEventFilterUtils.PropertyMatcher
168 protected boolean matchesSafely(AccessibilityEvent event) { in matchesSafely() method in AccessibilityEventFilterUtils.WindowTitleMatcher
194 protected boolean matchesSafely(AccessibilityEvent event) { in matchesSafely() method in AccessibilityEventFilterUtils.WindowIdMatcher
DGestureUtils.java225 protected boolean matchesSafely(MotionEvent motionEvent) { in matchesSafely() method in GestureUtils.MotionEventActionMatcher
/cts/tests/tests/widget/src/android/widget/cts/util/
DTestUtilsMatchers.java39 protected boolean matchesSafely(List<Integer> item) { in inAscendingOrder() method