Searched refs:mMethodName (Results 1 – 2 of 2) sorted by relevance
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/ |
D | BusinessLogicTest.java | 145 "conditionMethodName1", rule1Condition.mMethodName); in testCorrectLogic() 156 "actionMethodName1", rule1Action.mMethodName); in testCorrectLogic() 171 "conditionMethodName1", rule2Condition.mMethodName); in testCorrectLogic() 182 "actionMethodName1", rule2Action.mMethodName); in testCorrectLogic() 194 "conditionMethodName1", rule3Condition1.mMethodName); in testCorrectLogic() 203 "conditionMethodName2", rule3Condition2.mMethodName); in testCorrectLogic() 214 "actionMethodName1", rule3Action1.mMethodName); in testCorrectLogic() 223 "actionMethodName2", rule3Action2.mMethodName); in testCorrectLogic()
|
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | BusinessLogic.java | 286 protected String mMethodName; field in BusinessLogic.BusinessLogicRuleCondition 294 mMethodName = methodName; in BusinessLogicRuleCondition() 304 return (mNegated != executor.executeCondition(mMethodName, in invoke() 316 protected String mMethodName; field in BusinessLogic.BusinessLogicRuleAction 320 mMethodName = methodName; in BusinessLogicRuleAction() 328 executor.executeAction(mMethodName, in invoke()
|