Home
last modified time | relevance | path

Searched defs:superMethod (Results 1 – 5 of 5) sorted by relevance

/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DMethodItem.kt545 it.firstOrNull { superMethod -> in <lambda>() method
561 it.filter { superMethod -> superMethod.containingClass().isInterface() } in <lambda>() method
638 val superMethod = superClass.findMethod(this) in MethodItem() constant
670 itfClass.findMethod(this)?.let { superMethod -> in MethodItem() method
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DApiPredicate.kt265 for (superMethod in superMethods()) { in Item() variable
DComparisonVisitor.kt332 val superMethod = newParent.findPredicateMethodWithSuper(old, filter) in pop() constant
DApiAnalyzer.kt461 for (superMethod in candidates) { in <lambda>() constant
500 for (superMethod in candidate.allSuperMethods()) { in <lambda>() method
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/compatibility/
DCompatibilityCheck.kt846 for (superMethod in superMethods) { in added() constant