Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DApiAnalyzer.kt283 if (inheritableMethods.containsMatchingMethod(method)) { in <lambda>()
326 if (existingMethods.containsMatchingMethod(method)) { in <lambda>()
1035 private fun MethodItemSet.containsMatchingMethod(method: MethodItem): Boolean { in containsMatchingMethod() method