Searched refs:mMethodArgs (Results 1 – 2 of 2) sorted by relevance
149 rule1Condition.mMethodArgs.size()); in testCorrectLogic()151 rule1Condition.mMethodArgs.get(0)); in testCorrectLogic()158 rule1Action.mMethodArgs.size()); in testCorrectLogic()160 rule1Action.mMethodArgs.get(0)); in testCorrectLogic()162 rule1Action.mMethodArgs.get(1)); in testCorrectLogic()175 rule2Condition.mMethodArgs.size()); in testCorrectLogic()177 rule2Condition.mMethodArgs.get(0)); in testCorrectLogic()184 rule2Action.mMethodArgs.size()); in testCorrectLogic()186 rule2Action.mMethodArgs.get(0)); in testCorrectLogic()188 rule2Action.mMethodArgs.get(1)); in testCorrectLogic()[all …]
295 protected List<String> mMethodArgs; field in BusinessLogic.BusinessLogicRuleCondition303 mMethodArgs = methodArgs; in BusinessLogicRuleCondition()313 mMethodArgs.toArray(new String[mMethodArgs.size()]))); in invoke()325 protected List<String> mMethodArgs; field in BusinessLogic.BusinessLogicRuleAction329 mMethodArgs = methodArgs; in BusinessLogicRuleAction()337 mMethodArgs.toArray(new String[mMethodArgs.size()])); in invoke()