Searched refs:actionList (Results 1 – 1 of 1) sorted by relevance
190 List<RuleAction> actionList = getMenuActions((NodeProxy) node); in getMenuItems() local191 allActions.put(node, actionList); in getMenuItems()323 List<RuleAction> actionList = entry.getValue(); in computeApplicableActionIds() local324 for (RuleAction action : actionList) { in computeApplicableActionIds()351 List<RuleAction> actionList = actions.values().iterator().next(); in computeApplicableActionIds() local352 Set<String> validIds = new HashSet<String>(actionList.size()); in computeApplicableActionIds()353 for (RuleAction action : actionList) { in computeApplicableActionIds()532 List<RuleAction> actionList = mParentAction.getNestedActions(node); in addMenuItems() local533 allActions.put(node, actionList); in addMenuItems()