Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/codegen/src/com/android/codegen/
H A DClassPrinter.kt94 val dataClassAnnotationFeatures = classAst.annotations regex
115 if (dataClassAnnotationFeatures.containsKey(annotationKey)) {
116 return dataClassAnnotationFeatures[annotationKey]!!
118 if (dataClassAnnotationFeatures.containsKey(annotationHiddenKey)) {
119 return dataClassAnnotationFeatures[annotationHiddenKey]!!
143 if (dataClassAnnotationFeatures.containsKey(annotationHiddenKey)) {
144 return dataClassAnnotationFeatures[annotationHiddenKey]!!