Searched refs:methodArgs (Results 1 – 3 of 3) sorted by relevance
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | BusinessLogicFactory.java | 193 List<String> methodArgs = new ArrayList<>(); in extractRuleConditionList() local 199 ruleConditions.add(new BusinessLogicRuleCondition(methodName, methodArgs, negated)); in extractRuleConditionList() 203 methodArgs.add(methodArgsJSONArray.getString(j)); in extractRuleConditionList() 205 ruleConditions.add(new BusinessLogicRuleCondition(methodName, methodArgs, negated)); in extractRuleConditionList() 219 List<String> methodArgs = new ArrayList<>(); in extractRuleActionList() local 225 ruleActions.add(new BusinessLogicRuleAction(methodName, methodArgs)); in extractRuleActionList() 229 methodArgs.add(methodArgsJSONArray.getString(j)); in extractRuleActionList() 231 ruleActions.add(new BusinessLogicRuleAction(methodName, methodArgs)); in extractRuleActionList()
|
D | BusinessLogic.java | 292 public BusinessLogicRuleCondition(String methodName, List<String> methodArgs, in BusinessLogicRuleCondition() argument 295 mMethodArgs = methodArgs; in BusinessLogicRuleCondition() 319 public BusinessLogicRuleAction(String methodName, List<String> methodArgs) { in BusinessLogicRuleAction() argument 321 mMethodArgs = methodArgs; in BusinessLogicRuleAction()
|
/test/suite_harness/tools/dex-tools/dex/ |
D | classes0.out.dex | 7581 …notationDefault (value =Ldalvik/annotation/TestTarget;:[conceptName =, methodArgs =, methodName =]… 7590 public abstract java.lang.Class[] methodArgs()
|