Home
last modified time | relevance | path

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

/tools/metalava/src/test/java/com/android/tools/metalava/model/
DAnnotationItemTest.kt25 Assert.assertEquals(expected, AnnotationItem.shortenAnnotation(source)) in checkShortenAnnotation()
30 fun `Test shortenAnnotation and unshortenAnnotation`() { in Test shortenAnnotation and unshortenAnnotation()
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DModifierList.kt574 writer.write(AnnotationItem.shortenAnnotation(source)) in <lambda>()
DAnnotationItem.kt544 fun shortenAnnotation(source: String): String { in shortenAnnotation() method