Home
last modified time | relevance | path

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

/tools/platform-compat/java/android/processor/compat/
DSingleAnnotationProcessor.java93 getSupportedAnnotationMirror(annotation, annotatedElement); in process()
135 protected final AnnotationMirror getSupportedAnnotationMirror(TypeElement annotation, in getSupportedAnnotationMirror() method in SingleAnnotationProcessor
/tools/platform-compat/java/android/processor/compat/unsupportedappusage/
DUnsupportedAppUsageProcessor.java142 AnnotationMirror annotationMirror = getSupportedAnnotationMirror(annotation, element); in getAnnotationIndex()