Home
last modified time | relevance | path

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

/frameworks/base/tools/processors/intdef_mappings/src/android/processor/
DIntDefProcessor.kt55 val annotationType = annotations.firstOrNull() ?: return false constant
56 val annotatedElements = roundEnv.getElementsAnnotatedWith(annotationType)
60 val mapping = generateIntDefMapping(annotatedElement, annotationType)
75 annotationType: TypeElement
82 .first { it.annotationType.asElement() == annotationType }
/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
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()
/frameworks/base/tools/processors/staledataclass/src/android/processor/staledataclass/
DStaleDataclassProcessor.kt117 … return if (ann.annotationType.toString().startsWith("com.android.internal.util.DataClass")) { in <lambda>()
141 .find { it.annotationType.toString() == DATACLASS_ANNOTATION_NAME } in <lambda>()
206 it.annotationMirrors.any { "Generated" in it.annotationType.toString() } in <lambda>()
213 return generatedAnnotation!!.qualifiedName.toString() == ann.annotationType.toString() in <lambda>()
/frameworks/base/tools/hoststubgen/hoststubgen/helper-runtime-src/com/android/hoststubgen/hosthelper/
DHostTestSuite.java91 if (an.annotationType() == org.junit.Test.class) { in asTestClass()
/frameworks/proto_logging/stats/stats_log_api_gen/
DCollation.cpp153 const AnnotationType annotationType, in addAnnotationToAtomDecl() argument
157 fieldNumber, annotationId, annotationType); in addAnnotationToAtomDecl()
160 make_shared<Annotation>(annotationId, atomDecl.code, annotationType, annotationValue)); in addAnnotationToAtomDecl()
/frameworks/libs/modules-utils/java/com/android/modules/utils/testing/
DAbstractExtendedMockitoRule.java420 AnnotationFetcher(Class<A> annotationType, Class<R> repeatableType,
422 mAnnotationType = annotationType;
/frameworks/libs/modules-utils/javatests/com/android/modules/utils/testing/
DExtendedMockitoRuleTest.java743 private ClassAnnotation(Class<A> annotationType, Class<?> clazz) { in ClassAnnotation() argument
744 mAnnotationType = annotationType; in ClassAnnotation()
749 public final Class<A> annotationType() { in annotationType() method in ExtendedMockitoRuleTest.ClassAnnotation
/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/
DDelegateClassAdapterTest.java358 assertEquals("LayoutlibDelegate", a[0].annotationType().getSimpleName()); in testDelegateNative()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt42236 …method public abstract java.lang.Class<? extends java.lang.annotation.Annotation> annotationType();
42272 method public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType();