Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DAnnotationFilter.kt164 val existingValueSource = existingValue?.toSource() in annotationsMatch() constant
172 if (existingValueSource != "{$attributeValueSource}") return false in annotationsMatch()
176 if ("{$existingValueSource}" != attributeValueSource) return false in annotationsMatch()
179 if (existingValueSource != attributeValueSource) return false in annotationsMatch()
183 if (existingValueSource != attributeValueSource) { in annotationsMatch()