Home
last modified time | relevance | path

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

/tools/metalava/src/test/java/com/android/tools/metalava/model/
DTextBackedAnnotationItemTest.kt46 assertEquals("@androidx.annotation.Nullable", annotation.toSource()) in supportsDocumentation()
57 assertEquals("@androidx.annotation.IntRange(from = 20, to = 40)", annotation.toSource()) in testIntRange()
74 annotation.toSource() in testIntDef()
90 assertEquals("STYLE_NO_TITLE", list[1].toSource()) in testIntDef()
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextBackedAnnotationItem.kt57 override fun toSource(): String = full method
/tools/metalava/src/main/java/com/android/tools/metalava/
DAndroidApiChecks.kt194 var perm = value.toSource() in checkRequiresPermission()