Home
last modified time | relevance | path

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

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DDexTestRunner.java163 public void setTestClassName(String className, String methodName) { in setTestClassName()
168 void addTestClassByName(final String className, final String methodName) { in addTestClassByName()
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DBusinessLogicFactory.java201 String methodName = ruleConditionJSONObject.getString(METHOD_NAME); in extractRuleConditionList() local
232 String methodName = ruleActionJSONObject.getString(METHOD_NAME); in extractRuleActionList() local
DBusinessLogicExecutor.java188 protected abstract ResolvedMethod getResolvedMethod(Class cls, String methodName, in getResolvedMethod()
/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/
DLongevityClassRunnerTest.java427 private List<FrameworkMethod> getMethodNameMatcher(String methodName) { in getMethodNameMatcher()
/platform_testing/libraries/junitxml/src/com/android/junitxml/
DXmlRunListener.java221 final String methodName = description.getMethodName(); in testFinished() local
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DStatsdListener.java347 String methodName = description.getMethodName(); in formatDescription() local