Searched defs:getAttributeValue (Results 1 – 2 of 2) sorted by relevance
344 public String getAttributeValue(Attributes.Name name) { in getAttributeValue() method in ManifestParser.Section354 public String getAttributeValue(String name) { in getAttributeValue() method in ManifestParser.Section
273 inline fun <reified T : Any> AnnotationItem.getAttributeValue(name: String): T? { in getAttributeValue() method