Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DNullnessMigration.kt54 val oldType = old.returnType() ?: return in compare() constant
55 checkType(oldType, newType) in compare()
63 val oldType = old.type() in compare() constant
64 checkType(oldType, newType) in compare()
72 val oldType = old.type() in compare() constant
73 checkType(oldType, newType) in compare()
DCompatibilityCheck.kt620 val oldType = old.type() in compare() constant
622 if (oldType != newType) { in compare()
623 … val message = "${describe(new, capitalize = true)} has changed type from $oldType to $newType" in compare()