Home
last modified time | relevance | path

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

/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/containers/
DValidatorCrossProfileConfigurationInfo.java45 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/
DAnnotationFinder.java166 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()
DAnnotationInfoExtractor.java47 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()
/external/cronet/base/test/android/javatests/src/org/chromium/base/test/util/
DAnnotationProcessingUtils.java60 AnnotatedElement annotatedElement, Class<A> annotationType) { in getAnnotations()
119 public List<Annotation> getMatchingAnnotations(AnnotatedElement annotatedElement) { in getMatchingAnnotations()