Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DCompatibilityCheck.kt751 val inherited = if (new.isConstructor()) { in added() constant
773 if (inherited == null || inherited == new || !inherited.modifiers.isAbstract()) { in added()
803 val inherited = if (old.isConstructor()) { in removed() constant
813 if (inherited == null || inherited != old && inherited.isHiddenOrRemoved()) { in removed()
820 val inherited = from?.findField( in removed() constant
825 if (inherited == null) { in removed()
DComparisonVisitor.kt175 val inherited = in visitAdded() constant
186 if (inherited != null) { in visitAdded()
187 visitCompare(visitor, inherited, new) in visitAdded()
189 if (inherited.parameters().isNotEmpty()) { in visitAdded()
190 val parameters = inherited.parameters().map { ItemTree(it) }.toList() in visitAdded()
191 compare(visitor, parameters, newTree.children, newTree.item(), inherited) in visitAdded()
/tools/metalava/src/test/java/com/android/tools/metalava/
DApiFileTest.kt1194 fun `Do not include inherited public methods from private parents in compat mode`() { in Do not include inherited public methods from private parents in compat mode()
1227 fun `Include inherited public methods from private parents`() { in Include inherited public methods from private parents()
1263 fun `Skip inherited package private methods from private parents`() { in Skip inherited package private methods from private parents()
DCompatibilityCheckTest.kt535 fun `Implicit modifiers from inherited super classes`() { in Implicit modifiers from inherited super classes()
1640 fun `Test inherited methods`() { in Test inherited methods()
DShowAnnotationTest.kt185 fun `Include interface-inherited fields in stubs`() { in Include interface-inherited fields in stubs()
DNullnessMigrationTest.kt638 fun `Test inherited methods`() { in Test inherited methods()
/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/
DJavadocTest.kt612 fun `Check references to inherited field constants`() { in Check references to inherited field constants()
/tools/metalava/
DREADME.md173 public method inherited from a package protected super class, which the API
440 hierarchy to see if there still is an inherited method with the same signature,