Searched refs:getNestedActions (Results 1 – 4 of 4) sorted by relevance
237 List<RuleAction> nestedActions = nested.getNestedActions(node); in testProperties()254 List<RuleAction> recentItems = recentChoices.getNestedActions(node); in testProperties()260 recentItems = recentChoices.getNestedActions(node); in testProperties()266 recentItems = recentChoices.getNestedActions(node); in testProperties()275 recentItems = recentChoices.getNestedActions(node); in testProperties()279 recentItems = recentChoices.getNestedActions(node); in testProperties()
579 public List<RuleAction> getNestedActions(INode node) { in getNestedActions() method in RuleAction.NestedAction580 return mProvider.getNestedActions(node); in getNestedActions()637 public List<RuleAction> getNestedActions(INode node); in getNestedActions() method
423 public List<RuleAction> getNestedActions(INode node) { in addContextMenuActions()429 public List<RuleAction> getNestedActions(INode n) { in addContextMenuActions()445 public List<RuleAction> getNestedActions(INode n) { in addContextMenuActions()458 public List<RuleAction> getNestedActions(INode n) { in addContextMenuActions()521 public List<RuleAction> getNestedActions(INode n) { in addInheritedProperties()
469 List<RuleAction> actionList = mParentAction.getNestedActions(node); in addMenuItems()