Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DCompatibilityCheck.kt805 val inherited = if (new.isConstructor()) { in added() constant
834 if (inherited == null || inherited == new || !inherited.modifiers.isAbstract()) { in added()
883 val inherited = if (old.isConstructor()) { in removed() constant
893 if (inherited == null || inherited != old && inherited.isHiddenOrRemoved()) { in removed()
900 val inherited = from?.findField( in removed() constant
905 if (inherited == null) { in removed()
DComparisonVisitor.kt207 val inherited = in visitAdded() constant
218 if (inherited != null) { in visitAdded()
219 visitCompare(visitor, inherited, new) in visitAdded()
221 if (inherited.parameters().isNotEmpty()) { in visitAdded()
222 val parameters = inherited.parameters().map { ItemTree(it) }.toList() in visitAdded()
223 compare(visitor, parameters, newTree.children, newTree.item(), inherited, filter) in visitAdded()
DApiLint.kt1562 val inherited = when (item) { in <lambda>() constant
1568 if (inherited) { in <lambda>()
/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/
DPsiModifierItemTest.kt44 val inherited = codebase.assertClass("Inherited") in <lambda>() constant
45 val method = inherited.methods().first { it.name().startsWith("method") } in <lambda>()
46 val property = inherited.properties().single() in <lambda>()
DJavadocTest.kt677 fun `Check references to inherited field constants`() { in Check references to inherited field constants()
/tools/metalava/src/test/java/com/android/tools/metalava/
DApiFileTest.kt1530 fun `Skip inherited package private methods from private parents`() { in Skip inherited package private methods from private parents()
3426 fun `Test inherited hidden methods for descendant classes - Package private`() { in Test inherited hidden methods for descendant classes - Package private()
3485 fun `Test inherited hidden methods for descendant classes - Hidden annotation`() { in Test inherited hidden methods for descendant classes - Hidden annotation()
3546 fun `Test inherited methods that use generics`() { in Test inherited methods that use generics()
DShowAnnotationTest.kt180 fun `Include interface-inherited fields in stubs`() { in Include interface-inherited fields in stubs()
DNullnessMigrationTest.kt731 fun `Test inherited methods`() { in Test inherited methods()
DCompatibilityCheckTest.kt488 fun `Implicit modifiers from inherited super classes`() { in Implicit modifiers from inherited super classes()
1612 fun `Test inherited methods`() { in Test inherited methods()
DApiLintTest.kt1273 fun `Check suppress works on inherited methods`() { in Check suppress works on inherited methods()
/tools/metalava/
DREADME.md177 public method inherited from a package protected super class, which the API
444 hierarchy to see if there still is an inherited method with the same signature,