Home
last modified time | relevance | path

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

/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DBusinessLogicTest.java147 rule1Condition.mNegated); in testCorrectLogic()
173 rule2Condition.mNegated); in testCorrectLogic()
196 rule3Condition1.mNegated); in testCorrectLogic()
205 rule3Condition2.mNegated); in testCorrectLogic()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogic.java289 protected boolean mNegated; field in BusinessLogic.BusinessLogicRuleCondition
296 mNegated = negated; in BusinessLogicRuleCondition()
304 return (mNegated != executor.executeCondition(mMethodName, in invoke()