Home
last modified time | relevance | path

Searched defs: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
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogicFactory.java187 String methodName = ruleConditionJSONObject.getString(METHOD_NAME); in extractRuleConditionList() local
218 String methodName = ruleActionJSONObject.getString(METHOD_NAME); in extractRuleActionList() local
DBusinessLogic.java292 public BusinessLogicRuleCondition(String methodName, List<String> methodArgs, in BusinessLogicRuleCondition()
319 public BusinessLogicRuleAction(String methodName, List<String> methodArgs) { in BusinessLogicRuleAction()
DBusinessLogicExecutor.java158 protected abstract ResolvedMethod getResolvedMethod(Class cls, String methodName, in getResolvedMethod()
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DBusinessLogicHostExecutor.java80 protected ResolvedMethod getResolvedMethod(Class cls, String methodName, String... args) in getResolvedMethod()
/test/suite_harness/tools/dex-tools/test/dex/reader/
DDexTestsCommon.java129 protected DexMethod getMethod(DexClass clazz, String methodName, String... typeNames) { in getMethod()