Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DBusinessLogicFactory.java176 JSONObject ruleJSONObject = rulesJSONArray.getJSONObject(j); in extractRulesList() local
190 JSONObject ruleJSONObject) throws JSONException { in extractRuleConditionList()
225 private static List<BusinessLogicRuleAction> extractRuleActionList(JSONObject ruleJSONObject) in extractRuleActionList()