Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DAnnotationFilter.kt165 val attributeValueSource = attribute.value.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()