Home
last modified time | relevance | path

Searched defs:newType (Results 1 – 3 of 3) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/
DNullnessMigration.kt53 val newType = new.returnType() ?: return in compare() constant
62 val newType = new.type() in compare() constant
71 val newType = new.type() in compare() constant
DCompatibilityCheck.kt608 val newType = new.type() in compare() constant
/tools/dexter/slicer/
Dreader.cc144 auto newType = ParseType(index); in GetType() local