Searched refs:methodArgsJSONArray (Results 1 – 1 of 1) sorted by relevance
194 JSONArray methodArgsJSONArray = null; in extractRuleConditionList() local196 methodArgsJSONArray = ruleConditionJSONObject.getJSONArray(METHOD_ARGS); in extractRuleConditionList()202 for (int j = 0; j < methodArgsJSONArray.length(); j++) { in extractRuleConditionList()203 methodArgs.add(methodArgsJSONArray.getString(j)); in extractRuleConditionList()220 JSONArray methodArgsJSONArray = null; in extractRuleActionList() local222 methodArgsJSONArray = ruleActionJSONObject.getJSONArray(METHOD_ARGS); in extractRuleActionList()228 for (int j = 0; j < methodArgsJSONArray.length(); j++) { in extractRuleActionList()229 methodArgs.add(methodArgsJSONArray.getString(j)); in extractRuleActionList()