Searched defs:annotatedElement (Results 1 – 5 of 5) sorted by relevance
| /external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/containers/ |
| D | ValidatorCrossProfileConfigurationInfo.java | 46 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/ |
| D | AnnotationFinder.java | 167 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()
|
| D | AnnotationInfoExtractor.java | 45 Element annotatedElement, in extractAnnotationInfo()
|
| /external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
| D | AnnotationId.java | 73 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/ |
| D | AnnotationProcessingUtils.java | 61 AnnotatedElement annotatedElement, Class<A> annotationType) { in getAnnotations() 120 public List<Annotation> getMatchingAnnotations(AnnotatedElement annotatedElement) { in getMatchingAnnotations()
|