Home
last modified time | relevance | path

Searched refs:annotationManagement (Results 1 – 7 of 7) sorted by relevance

/cts/tools/cts-api-coverage/src/com/android/cts/apimap/
DAnnotationAnalyzer.java32 AnnotationManagement annotationManagement, in AnnotationAnalyzer() argument
35 mAnnotationManagement = annotationManagement; in AnnotationAnalyzer()
DMethodAnalyzer.java72 mMethod.annotationManagement.addAnnotation(annotationClass); in visitAnnotation()
74 return new AnnotationAnalyzer(mMethod.annotationManagement, packageClass.getSecond()); in visitAnnotation()
DClassAnalyzer.java121 mClass.annotationManagement.addAnnotation(annotationClass); in visitAnnotation()
123 return new AnnotationAnalyzer(mClass.annotationManagement, packageClass.getSecond()); in visitAnnotation()
DXmlWriter.java243 classProfile.annotationManagement.getTestMetadata().entrySet()) { in createTestClassElement()
261 methodProfile.annotationManagement.getTestMetadata().entrySet()) { in createTestMethodElement()
/cts/tools/cts-api-coverage/src/com/android/cts/ctsprofiles/
DMethodProfile.java28 public final AnnotationManagement annotationManagement = new AnnotationManagement(); field in MethodProfile
169 for (ClassProfile annotation : annotationManagement.getAnnotations()) { in isJunit4Method()
DClassProfile.java29 public final AnnotationManagement annotationManagement = new AnnotationManagement(); field in ClassProfile
190 for (ClassProfile annotation : annotationManagement.getAnnotations()) { in isJunit4Class()
DAnnotationManagement.java74 annotation.annotationManagement.getTestMetadata().forEach((key, value) -> { in resolveNestedTestMetadata()