Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogicFactory.java217 JSONObject ruleActionJSONObject = ruleActionsJSONArray.getJSONObject(i); in extractRuleActionList() local
218 String methodName = ruleActionJSONObject.getString(METHOD_NAME); in extractRuleActionList()
222 methodArgsJSONArray = ruleActionJSONObject.getJSONArray(METHOD_ARGS); in extractRuleActionList()