Home
last modified time | relevance | path

Searched defs:annotatedElement (Results 1 – 5 of 5) sorted by relevance

/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/containers/
DValidatorCrossProfileConfigurationInfo.java46 ProcessingEnvironment processingEnvironment, TypeElement annotatedElement) { in createMultipleFromElement()
68 ProcessingEnvironment processingEnv, TypeElement annotatedElement) { in createFromElement()
76 CrossProfileConfigurationAnnotationInfo annotationInfo, TypeElement annotatedElement) { in createFromAnnotationInfo()
121 Element annotatedElement, ProcessingEnvironment processingEnv) { in extractFromCrossProfileConfigurationAnnotation()
/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/annotationdiscovery/
DAnnotationFinder.java167 Element annotatedElement, Types types, Elements elements) { in extractCrossProfileAnnotationInfo()
173 Element annotatedElement, Types types, Elements elements) { in extractCrossProfileCallbackAnnotationInfo()
180 Element annotatedElement, Types types, Elements elements) { in extractCrossProfileConfigurationAnnotationInfo()
187 Element annotatedElement, Types types, Elements elements) { in extractCrossProfileConfigurationsAnnotationInfo()
193 Element annotatedElement, Types types, Elements elements) { in extractCrossProfileProviderAnnotationInfo()
199 Element annotatedElement, Types types, Elements elements) { in extractCrossProfileTestAnnotationInfo()
DAnnotationInfoExtractor.java45 Element annotatedElement, in extractAnnotationInfo()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DAnnotationId.java73 private final ElementType annotatedElement; field in AnnotationId
77 private AnnotationId(TypeId<D> declaringType, TypeId<V> type, ElementType annotatedElement) { in AnnotationId()
93 ElementType annotatedElement) { in get()
/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/
DAnnotationProcessingUtils.java61 AnnotatedElement annotatedElement, Class<A> annotationType) { in getAnnotations()
120 public List<Annotation> getMatchingAnnotations(AnnotatedElement annotatedElement) { in getMatchingAnnotations()