Home
last modified time | relevance | path

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

/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DAnnotationManager.kt104 private val annotationKeyToInfo = mutableMapOf<String, AnnotationInfo>() in getAnnotationInfo() constant
109 val existing = annotationKeyToInfo[key] in getAnnotationInfo()
114 annotationKeyToInfo[key] = info in getAnnotationInfo()