Home
last modified time | relevance | path

Searched refs:annotationType (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/tools/processors/intdef_mappings/src/android/processor/
H A DIntDefProcessor.kt55 val annotationType = annotations.firstOrNull() ?: return false regex
56 val annotatedElements = roundEnv.getElementsAnnotatedWith(annotationType)
60 val mapping = generateIntDefMapping(annotatedElement, annotationType)
75 annotationType: TypeElement
82 .first { it.annotationType.asElement() == annotationType }
/aosp14/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
H A DAnnotationUtils.java65 final TypeMirror annotationType = annotation.getAnnotationType().asElement().asType(); in exactlyOneMirror() local
66 if (mTypeUtils.isSameType(annotationType, targetType)) { in exactlyOneMirror()
99 final TypeMirror annotationType = namedElement.asType(); in hasAnnotation() local
102 if (mTypeUtils.isSubtype(annotation.getAnnotationType(), annotationType)) { in hasAnnotation()
/aosp14/frameworks/base/tools/processors/staledataclass/src/android/processor/staledataclass/
H A DStaleDataclassProcessor.kt117 … return if (ann.annotationType.toString().startsWith("com.android.internal.util.DataClass")) {
141 .find { it.annotationType.toString() == DATACLASS_ANNOTATION_NAME }
206 it.annotationMirrors.any { "Generated" in it.annotationType.toString() }
213 return generatedAnnotation!!.qualifiedName.toString() == ann.annotationType.toString()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...