Home
last modified time | relevance | path

Searched defs:ruleJSONObject (Results 1 – 1 of 1) sorted by relevance

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogicFactory.java162 JSONObject ruleJSONObject = rulesJSONArray.getJSONObject(j); in extractRulesList() local
176 JSONObject ruleJSONObject) throws JSONException { in extractRuleConditionList()
211 private static List<BusinessLogicRuleAction> extractRuleActionList(JSONObject ruleJSONObject) in extractRuleActionList()