Home
last modified time | relevance | path

Searched defs:inheritedMethod (Results 1 – 4 of 4) sorted by relevance

/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/methoditem/
DSourceMethodItemTest.kt130 val inheritedMethod = targetClassItem.inheritMethodFromNonApiAncestor(methodItem) in test inherited methods() constant
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/classitem/
DCommonClassItemTest.kt1309 val inheritedMethod = publicClass.inheritMethodFromNonApiAncestor(hiddenClassMethod) in Test inheritMethodFromNonApiAncestor without type substitutions() constant
1391 val inheritedMethod = publicClass.inheritMethodFromNonApiAncestor(method) in Test inheritMethodFromNonApiAncestor with type substitutions() constant
1444 val inheritedMethod = publicClass.inheritMethodFromNonApiAncestor(method) in Test inheritMethodFromNonApiAncestor with type substitutions and not type use nullability annotations() constant
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DApiAnalyzer.kt487 val inheritedMethod = iterator.next() in <lambda>() constant
536 val inheritedMethod = iterator.next() in <lambda>() constant
DComparisonVisitor.kt330 val inheritedMethod = in pop() constant