Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DBusinessLogicFactory.java105 Map<String, List<BusinessLogicRulesList>> rulesMap = new HashMap<>(); in createBL() local
127 bl.mRules = rulesMap; in createBL()
133 List<BusinessLogicRulesList> testRulesLists = rulesMap.get(testName); in createBL()
138 rulesMap.put(testName, testRulesLists); in createBL()
144 bl.mRules = rulesMap; in createBL()