Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DAndroidApiChecks.kt96 private fun getDocumentation(item: Item, tag: String?): String { in getDocumentation() method in com.android.tools.metalava.AndroidApiChecks
289 type.toString() == "int" && constantPattern.matcher(getDocumentation(item, tag)).find() in checkVariable()
315 nullPattern.matcher(getDocumentation(item, tag)).find() && in checkVariable()