Home
last modified time | relevance | path

Searched defs:inherited (Results 1 – 2 of 2) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/
DCompatibilityCheck.kt751 val inherited = if (new.isConstructor()) { in added() constant
803 val inherited = if (old.isConstructor()) { in removed() constant
820 val inherited = from?.findField( in removed() constant
DComparisonVisitor.kt175 val inherited = in visitAdded() constant