Home
last modified time | relevance | path

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

/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DBusinessLogicTest.java138 List<BusinessLogicRule> rulesList1 = bl.mRules.get("testCaseName1").get(0).getRules(); in testCorrectLogic() local
139 assertEquals("Wrong number of rules in first rule list", 1, rulesList1.size()); in testCorrectLogic()
140 BusinessLogicRule rule1 = rulesList1.get(0); in testCorrectLogic()