Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DJDiffXmlWriter.kt203 escapeAttributeValue(CodePrinter.constantToSource(initialValue)) in <lambda>()
210 writer.print(escapeAttributeValue(formatType(field.type()))) in <lambda>()
256 writer.print(escapeAttributeValue(formatType(it))) in <lambda>()
301 escapeAttributeValue( in <lambda>()
334 writer.print(escapeAttributeValue(formatType(type))) in <lambda>()
345 writer.print(escapeAttributeValue(formatType(parameter.type()))) in <lambda>()
381 private fun escapeAttributeValue(s: String): String { in <lambda>() method