Searched refs:matchAction (Results 1 – 3 of 3) sorted by relevance
66 TypeSafeMatcher<AccessibilityEvent> matchAction = in filterForEventTypeWithAction() local69 return (both(new AccessibilityEventTypeMatcher(eventType)).and(matchAction))::matches; in filterForEventTypeWithAction()118 final TypeSafeMatcher<AccessibilityEvent> matchAction = in matcherForDisplayId() local122 return matchAction; in matcherForDisplayId()131 final TypeSafeMatcher<AccessibilityEvent> matchAction = in matcherForClassName() local135 return matchAction; in matcherForClassName()144 final TypeSafeMatcher<AccessibilityEvent> matchAction = in matcherForFirstText() local153 return matchAction; in matcherForFirstText()
939 assertTrue(mIntentFilter.matchAction(ACTION + i)); in testActions()940 assertFalse(mIntentFilter.matchAction(ACTION + i + 10)); in testActions()
11551 method public final boolean matchAction(String);