Home
last modified time | relevance | path

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

/cts/tools/release-parser/src/com/android/cts/releaseparser/
DTestSuiteParser.java265 if (hasAnnotation(method.getAnnotations(), TEST_ANNOTATION_TAG)) { in parseApkTestCase()
277 if (hasAnnotation(method.getAnnotations(), TEST_ANNOTATION_TAG)) { in parseApkTestCase()
349 private static boolean hasAnnotation(Set<? extends Annotation> annotations, String tag) { in hasAnnotation() method in TestSuiteParser
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DTestCaseReport.java141 private static boolean hasAnnotation(Set<? extends Annotation> annotations, String tag) { in hasAnnotation() method in TestCaseReport
259 if (hasAnnotation(method.getAnnotations(), TEST_ANNOTATION_TAG)) { in parseApkTestCase()
276 if (hasAnnotation(method.getAnnotations(), TEST_ANNOTATION_TAG)) { in parseApkTestCase()