Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DBusinessLogicFactory.java202 boolean negated = false; in extractRuleConditionList()
205 negated = true; // change "negated" property to true in extractRuleConditionList()
213 ruleConditions.add(new BusinessLogicRuleCondition(methodName, methodArgs, negated)); in extractRuleConditionList()
219 ruleConditions.add(new BusinessLogicRuleCondition(methodName, methodArgs, negated)); in extractRuleConditionList()
DBusinessLogic.java301 boolean negated) { in BusinessLogicRuleCondition() argument
304 mNegated = negated; in BusinessLogicRuleCondition()