Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/codegen/src/com/android/codegen/
H A DClassPrinter.kt114 val annotationHiddenKey = "genHidden$upperCamelCase" regex
118 if (dataClassAnnotationFeatures.containsKey(annotationHiddenKey)) {
119 return dataClassAnnotationFeatures[annotationHiddenKey]!!
142 val annotationHiddenKey = "genHidden$upperCamelCase" regex
143 if (dataClassAnnotationFeatures.containsKey(annotationHiddenKey)) {
144 return dataClassAnnotationFeatures[annotationHiddenKey]!!