Home
last modified time | relevance | path

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

/tools/metalava/metalava-model/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/metalava-model/src/main/java/com/android/tools/metalava/model/
DModifierListWriter.kt333 writer.write(AnnotationItem.shortenAnnotation(source)) in <lambda>()
DAnnotationItem.kt207 fun shortenAnnotation(source: String): String { in shortenAnnotation() method