Home
last modified time | relevance | path

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

/frameworks/base/tools/codegen/src/com/android/codegen/
DGenerators.kt48 val annotatedConst = consts.find { it.second.annotations.isNonEmpty } in ClassPrinter() constant
49 if (annotatedConst != null) { in ClassPrinter()
50 AnnotationName = annotatedConst.second.annotations.first().nameAsString in ClassPrinter()