Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogicFactory.java58 private static final String RULE_ACTIONS = "ruleActions"; field in BusinessLogicFactory
215 JSONArray ruleActionsJSONArray = ruleJSONObject.getJSONArray(RULE_ACTIONS); in extractRuleActionList()