Searched defs:annotatedElement (Results  1 – 6 of 6) sorted by relevance
| /external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/containers/ | 
| D | ValidatorCrossProfileConfigurationInfo.java | 45       Context context, TypeElement annotatedElement) {  in createMultipleFromElement() 64       Context context, TypeElement annotatedElement) {  in createFromElement() 72       CrossProfileConfigurationAnnotationInfo annotationInfo, TypeElement annotatedElement) {  in createFromAnnotationInfo() 116       extractFromCrossProfileConfigurationAnnotation(Context context, Element annotatedElement) {  in extractFromCrossProfileConfigurationAnnotation()
  | 
| /external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/annotationdiscovery/ | 
| D | AnnotationFinder.java | 166       Context context, Element annotatedElement) {  in extractCrossProfileAnnotationInfo() 172       Context context, Element annotatedElement) {  in extractCrossProfileCallbackAnnotationInfo() 178       extractCrossProfileConfigurationAnnotationInfo(Context context, Element annotatedElement) {  in extractCrossProfileConfigurationAnnotationInfo() 184       extractCrossProfileConfigurationsAnnotationInfo(Context context, Element annotatedElement) {  in extractCrossProfileConfigurationsAnnotationInfo() 190       Context context, Element annotatedElement) {  in extractCrossProfileProviderAnnotationInfo() 196       Context context, Element annotatedElement) {  in extractCrossProfileTestAnnotationInfo()
  | 
| D | AnnotationInfoExtractor.java | 47       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()
  | 
| /external/cronet/base/test/android/javatests/src/org/chromium/base/test/util/ | 
| D | AnnotationProcessingUtils.java | 60             AnnotatedElement annotatedElement, Class<A> annotationType) {  in getAnnotations() 119         public List<Annotation> getMatchingAnnotations(AnnotatedElement annotatedElement) {  in getMatchingAnnotations()
  |