Home
last modified time | relevance | path

Searched refs:annotationMirror (Results 1 – 3 of 3) sorted by relevance

/tools/platform-compat/java/android/processor/compat/unsupportedappusage/
DUnsupportedAppUsageProcessor.java142 AnnotationMirror annotationMirror = getSupportedAnnotationMirror(annotation, element); in getAnnotationIndex() local
143 String position = getSourcePositionOverride(element, annotationMirror); in getAnnotationIndex()
145 SourcePosition sourcePosition = getSourcePosition(element, annotationMirror); in getAnnotationIndex()
159 getAllProperties(annotationMirror)); in getAnnotationIndex()
DSignatureConverter.java217 AnnotationMirror annotationMirror = null; in verifyExpectedSignature() local
220 annotationMirror = mirror; in verifyExpectedSignature()
224 if (annotationMirror == null) { in verifyExpectedSignature()
228 String expectedSignature = annotationMirror.getElementValues().entrySet().stream() in verifyExpectedSignature()
/tools/platform-compat/java/android/processor/compat/
DSingleAnnotationProcessor.java92 AnnotationMirror annotationMirror = in process() local
94 if (ignoreAnnotatedElement(annotatedElement, annotationMirror)) { in process()
151 AnnotationMirror annotationMirror) { in getSourcePosition() argument
152 TreePath path = trees.getPath(element, annotationMirror); in getSourcePosition()