Home
last modified time | relevance | path

Searched defs:annotationType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
DAnnotationUtils.java65 final TypeMirror annotationType = annotation.getAnnotationType().asElement().asType(); in exactlyOneMirror() local
99 final TypeMirror annotationType = namedElement.asType(); in hasAnnotation() local
/frameworks/base/tools/processors/intdef_mappings/src/android/processor/
DIntDefProcessor.kt55 val annotationType = annotations.firstOrNull() ?: return false constant
/frameworks/proto_logging/stats/stats_log_api_gen/
DCollation.cpp149 const AnnotationType annotationType, in addAnnotationToAtomDecl()