Searched refs:ignoreActions (Results 1 – 2 of 2) sorted by relevance
646 Collection<String> ignoreActions) { in match() argument649 ignoreActions); in match()
790 @Nullable Collection<String> ignoreActions) { in matchAction() argument792 if (ignoreActions == null) { in matchAction()796 if (!ignoreActions.contains(mActions.get(i))) { in matchAction()802 if (ignoreActions != null && ignoreActions.contains(action)) { in matchAction()1834 @Nullable Collection<String> ignoreActions) { in match() argument1835 if (action != null && !matchAction(action, supportWildcards, ignoreActions)) { in match()