Home
last modified time | relevance | path

Searched refs:hasDeprecatedAddedInAnnotation (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tools/GenericCarApiBuilder/src/com/android/car/tool/apibuilder/tests/
DParsedDataBuilderTest.java127 assertThat(annotationData.hasDeprecatedAddedInAnnotation).isFalse(); in testFieldDataAndAnnotationData()
147 assertThat(annotationData.hasDeprecatedAddedInAnnotation).isFalse(); in testFieldDataAndAnnotationData()
167 assertThat(annotationData.hasDeprecatedAddedInAnnotation).isTrue(); in testFieldDataAndAnnotationData()
187 assertThat(annotationData.hasDeprecatedAddedInAnnotation).isFalse(); in testFieldDataAndAnnotationData()
207 assertThat(annotationData.hasDeprecatedAddedInAnnotation).isFalse(); in testFieldDataAndAnnotationData()
227 assertThat(annotationData.hasDeprecatedAddedInAnnotation).isTrue(); in testFieldDataAndAnnotationData()
/packages/services/Car/tools/GenericCarApiBuilder/src/com/android/car/tool/apibuilder/
DParsedDataBuilder.java248 boolean hasDeprecatedAddedInAnnotation = false; in getAnnotationData()
281 hasDeprecatedAddedInAnnotation = true; in getAnnotationData()
331 annotationData.hasDeprecatedAddedInAnnotation = hasDeprecatedAddedInAnnotation; in getAnnotationData()
/packages/services/Car/tools/GenericCarApiBuilder/src/com/android/car/tool/data/
DAnnotationData.java24 public boolean hasDeprecatedAddedInAnnotation = false; field in AnnotationData