Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DDocAnalyzer.kt684 addDeprecatedDocumentation(apiLookup.getMethodDeprecatedIn(psiMethod), method) in <lambda>()
811 fun ApiLookup.getMethodDeprecatedIn(method: PsiMethod): Int { in ApiLookup() method
815 return getMethodDeprecatedIn(owner, method.name, desc) in ApiLookup()