Searched refs:toSource (Results 1 – 3 of 3) sorted by relevance
46 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()
57 override fun toSource(): String = full method
194 var perm = value.toSource() in checkRequiresPermission()