Home
last modified time | relevance | path

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

/cts/tools/release-parser/src/com/android/cts/releaseparser/
DTestSuiteParser.java463 protected static boolean hasJUnit4Annotation(Class<?> classObj) { in hasJUnit4Annotation() argument
464 if (classObj.isAnnotationPresent(SuiteClasses.class)) { in hasJUnit4Annotation()
467 if (classObj.isAnnotationPresent(RunWith.class)) { in hasJUnit4Annotation()
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DTestCaseReport.java343 protected static boolean hasJUnit4Annotation(Class<?> classObj) { in hasJUnit4Annotation() argument
344 if (classObj.isAnnotationPresent(SuiteClasses.class)) { in hasJUnit4Annotation()
347 if (classObj.isAnnotationPresent(RunWith.class)) { in hasJUnit4Annotation()