Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/processors/intdef_mappings/src/android/processor/
H A DIntDefProcessor.kt58 val annotationTypeToIntDefMapping = annotatedElements.associate { annotatedElement -> regex
66 outputToFile(annotationTypeToIntDefMapping)
127 private fun outputToFile(annotationTypeToIntDefMapping: Map<String, IntDefMapping>) {
131 serializeTo(annotationTypeToIntDefMapping, writer)
153 annotationTypeToIntDefMapping: Map<String, IntDefMapping>,
160 val intDefTypesCount = annotationTypeToIntDefMapping.size
162 for ((field, intDefMapping) in annotationTypeToIntDefMapping) {