Home
last modified time | relevance | path

Searched refs:methodName (Results 1 – 6 of 6) sorted by relevance

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DBusinessLogicHostTestBase.java57 String methodName = mTestCase.getMethodName(); in executeBusinessLogic() local
59 + "remote configuration.", methodName), mCanReadBusinessLogic); in executeBusinessLogic()
60 if (methodName.contains(PARAM_START)) { in executeBusinessLogic()
62 methodName = methodName.substring(0, methodName.lastIndexOf(PARAM_START)); in executeBusinessLogic()
64 String testName = String.format("%s#%s", this.getClass().getName(), methodName); in executeBusinessLogic()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogicFactory.java201 String methodName = ruleConditionJSONObject.getString(METHOD_NAME); in extractRuleConditionList() local
203 if (methodName.startsWith("!")) { in extractRuleConditionList()
204 methodName = methodName.substring(1); // remove negation from method name string in extractRuleConditionList()
213 ruleConditions.add(new BusinessLogicRuleCondition(methodName, methodArgs, negated)); in extractRuleConditionList()
219 ruleConditions.add(new BusinessLogicRuleCondition(methodName, methodArgs, negated)); in extractRuleConditionList()
232 String methodName = ruleActionJSONObject.getString(METHOD_NAME); in extractRuleActionList() local
239 ruleActions.add(new BusinessLogicRuleAction(methodName, methodArgs)); in extractRuleActionList()
245 ruleActions.add(new BusinessLogicRuleAction(methodName, methodArgs)); in extractRuleActionList()
DBusinessLogic.java300 public BusinessLogicRuleCondition(String methodName, List<String> methodArgs, in BusinessLogicRuleCondition() argument
302 mMethodName = methodName; in BusinessLogicRuleCondition()
327 public BusinessLogicRuleAction(String methodName, List<String> methodArgs) { in BusinessLogicRuleAction() argument
328 mMethodName = methodName; in BusinessLogicRuleAction()
DBusinessLogicExecutor.java184 protected abstract ResolvedMethod getResolvedMethod(Class cls, String methodName, in getResolvedMethod() argument
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DBusinessLogicHostExecutor.java82 protected ResolvedMethod getResolvedMethod(Class cls, String methodName, String... args) in getResolvedMethod() argument
84 List<Method> nameMatches = getMethodsWithName(cls, methodName); in getResolvedMethod()
121 "BusinessLogic: Failed to invoke action method %s with args: %s", methodName, in getResolvedMethod()
/test/framework/harnesses/cts-tradefed/
Dtradefed-cts-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...