Home
last modified time | relevance | path

Searched refs:methodArgsJSONArray (Results 1 – 1 of 1) sorted by relevance

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogicFactory.java194 JSONArray methodArgsJSONArray = null; in extractRuleConditionList() local
196 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() local
222 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()