Searched refs:actions (Results 1 – 2 of 2) sorted by relevance
259 List<BusinessLogicRuleAction> actions) { in BusinessLogicRule() argument261 mActions = actions; in BusinessLogicRule()
270 List<Action> actions = new ArrayList<>(); in createSmartActions() local272 actions.add(createSmartAction(title)); in createSmartActions()274 return actions; in createSmartActions()