Home
last modified time | relevance | path

Searched refs:inheritMethodFromNonApiAncestor (Results 1 – 8 of 8) 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()
131 val inheritedMethod1 = targetClassItem.inheritMethodFromNonApiAncestor(methodItem1) in test inherited methods()
DCommonCopyMethodItemTest.kt55 return targetClassItem.inheritMethodFromNonApiAncestor(sourceMethodItem) in copy()
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/classitem/
DCommonClassItemTest.kt1269 fun `Test inheritMethodFromNonApiAncestor without type substitutions`() { in Test inheritMethodFromNonApiAncestor without type substitutions()
1309 val inheritedMethod = publicClass.inheritMethodFromNonApiAncestor(hiddenClassMethod) in Test inheritMethodFromNonApiAncestor without type substitutions()
1318 fun `Test inheritMethodFromNonApiAncestor with type substitutions`() { in Test inheritMethodFromNonApiAncestor with type substitutions()
1391 val inheritedMethod = publicClass.inheritMethodFromNonApiAncestor(method) in Test inheritMethodFromNonApiAncestor with type substitutions()
1404 …fun `Test inheritMethodFromNonApiAncestor with type substitutions and not type use nullability ann… in Test inheritMethodFromNonApiAncestor with type substitutions and not type use nullability annotations()
1444 val inheritedMethod = publicClass.inheritMethodFromNonApiAncestor(method) in Test inheritMethodFromNonApiAncestor with type substitutions and not type use nullability annotations()
/tools/metalava/metalava-model-psi/src/test/java/com/android/tools/metalava/model/psi/
DPsiMethodItemTest.kt322 val duplicated = barClass.inheritMethodFromNonApiAncestor(toString) in Duplicated method has correct nullability()
/tools/metalava/metalava-model-turbine/src/main/java/com/android/tools/metalava/model/turbine/
DTurbineClassItem.kt195 override fun inheritMethodFromNonApiAncestor(template: MethodItem): MethodItem { in <lambda>() method
/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DClassItem.kt782 fun inheritMethodFromNonApiAncestor(template: MethodItem): MethodItem = codebase.unsupported() in <lambda>() method
/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/
DPsiClassItem.kt226 override fun inheritMethodFromNonApiAncestor(template: MethodItem): MethodItem { in <lambda>() method
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DApiAnalyzer.kt524 val method = cls.inheritMethodFromNonApiAncestor(it) in <lambda>()