Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogicFactory.java188 boolean negated = false; in extractRuleConditionList()
191 negated = true; // change "negated" property to true in extractRuleConditionList()
199 ruleConditions.add(new BusinessLogicRuleCondition(methodName, methodArgs, negated)); in extractRuleConditionList()
205 ruleConditions.add(new BusinessLogicRuleCondition(methodName, methodArgs, negated)); in extractRuleConditionList()
DBusinessLogic.java293 boolean negated) { in BusinessLogicRuleCondition() argument
296 mNegated = negated; in BusinessLogicRuleCondition()