Home
last modified time | relevance | path

Searched refs:testMethod (Results 1 – 2 of 2) sorted by relevance

/cts/tools/utils/
DCollectAllTests.java345 Method testMethod = testClass.getMethod(testName, (Class[])null); in getAnnotation() local
346 Annotation[] annotations = testMethod.getAnnotations(); in getAnnotation()
381 for (Method testMethod : testMethods) { in addToTests()
382 String testName = testMethod.getName(); in addToTests()
389 if (testMethod.getParameterTypes().length != 0) { in addToTests()
392 if (!testMethod.getReturnType().equals(Void.TYPE)) { in addToTests()
395 if (!Modifier.isPublic(testMethod.getModifiers())) { in addToTests()
/cts/tools/dex-tools/dex/
Dclasses.out.dex74939 final java.lang.reflect.Method val$testMethod