Searched refs:mActions (Results 1 – 3 of 3) sorted by relevance
37 private Map<String, String> mActions = new HashMap<String, String>(); field in SpectatioConfig54 return mActions; in getActions()77 updateConfigValues(mActions, newSpectatioConfig.getActions(), throwErrorForNewKeys); in updateConfig()118 return getValueFromConfig(mActions, actionName, JsonConfigConstants.ACTIONS); in getActionFromConfig()
152 List<BusinessLogicRuleAction> rule1Actions = rule1.mActions; in testCorrectLogic()178 List<BusinessLogicRuleAction> rule2Actions = rule2.mActions; in testCorrectLogic()210 List<BusinessLogicRuleAction> rule3Actions = rule3.mActions; in testCorrectLogic()
256 protected List<BusinessLogicRuleAction> mActions; field in BusinessLogic.BusinessLogicRule261 mActions = actions; in BusinessLogicRule()281 for (BusinessLogicRuleAction action : mActions) { in invokeActions()