Searched refs:methodArgsJSONArray (Results 1 – 1 of 1) sorted by relevance
208 JSONArray methodArgsJSONArray = null; in extractRuleConditionList() local210 methodArgsJSONArray = ruleConditionJSONObject.getJSONArray(METHOD_ARGS); in extractRuleConditionList()216 for (int j = 0; j < methodArgsJSONArray.length(); j++) { in extractRuleConditionList()217 methodArgs.add(methodArgsJSONArray.getString(j)); in extractRuleConditionList()234 JSONArray methodArgsJSONArray = null; in extractRuleActionList() local236 methodArgsJSONArray = ruleActionJSONObject.getJSONArray(METHOD_ARGS); in extractRuleActionList()242 for (int j = 0; j < methodArgsJSONArray.length(); j++) { in extractRuleActionList()243 methodArgs.add(methodArgsJSONArray.getString(j)); in extractRuleActionList()