Home
last modified time | relevance | path

Searched refs:matchAction (Results 1 – 3 of 3) sorted by relevance

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DAccessibilityEventFilterUtils.java66 TypeSafeMatcher<AccessibilityEvent> matchAction = in filterForEventTypeWithAction() local
69 return (both(new AccessibilityEventTypeMatcher(eventType)).and(matchAction))::matches; in filterForEventTypeWithAction()
118 final TypeSafeMatcher<AccessibilityEvent> matchAction = in matcherForDisplayId() local
122 return matchAction; in matcherForDisplayId()
131 final TypeSafeMatcher<AccessibilityEvent> matchAction = in matcherForClassName() local
135 return matchAction; in matcherForClassName()
144 final TypeSafeMatcher<AccessibilityEvent> matchAction = in matcherForFirstText() local
153 return matchAction; in matcherForFirstText()
/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java939 assertTrue(mIntentFilter.matchAction(ACTION + i)); in testActions()
940 assertFalse(mIntentFilter.matchAction(ACTION + i + 10)); in testActions()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt11551 method public final boolean matchAction(String);