Searched refs:getAttributeValues (Results 1 – 2 of 2) sorted by relevance
22 import com.android.tools.metalava.model.getAttributeValues83 val otherAsList = anno.getAttributeValues<AnnotationItem>("annotationValue") in annotation with annotation values()86 val others = anno.getAttributeValues<AnnotationItem>("annotationArrayValue")!! in annotation with annotation values()1385 getAttributeValues(attributeName), in assertAttributeValues()
305 inline fun <reified T : Any> AnnotationItem.getAttributeValues(name: String): List<T>? { in getAttributeValues() method