Home
last modified time | relevance | path

Searched refs:oldType (Results 1 – 2 of 2) sorted by relevance

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DNullnessMigration.kt53 val oldType = old.returnType() in compare() constant
54 checkType(oldType, newType) in compare()
62 val oldType = old.type() in compare() constant
63 checkType(oldType, newType) in compare()
71 val oldType = old.type() in compare() constant
72 checkType(oldType, newType) in compare()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/compatibility/
DCompatibilityCheck.kt685 val oldType = old.type() in compare() constant
687 if (oldType != newType) { in compare()
689 "${describe(new, capitalize = true)} has changed type from $oldType to $newType" in compare()