Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogicFactory.java103 Map<String, List<BusinessLogicRulesList>> rulesMap = new HashMap<>(); in createBL() local
122 bl.mRules = rulesMap; in createBL()
128 List<BusinessLogicRulesList> testRulesLists = rulesMap.get(testName); in createBL()
133 rulesMap.put(testName, testRulesLists); in createBL()
139 bl.mRules = rulesMap; in createBL()