Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DKotlinInteropChecks.kt257 checkKotlinKeyword(field.name(), "field", field) in <lambda>()
261 checkKotlinKeyword(method.name(), "method", method) in <lambda>()
310 checkKotlinKeyword(publicName, "parameter", parameter) in <lambda>()
316 private fun checkKotlinKeyword(name: String, typeLabel: String, item: Item) { in <lambda>() method