Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DNullnessMigration.kt54 val newType = new.returnType() in compareCallableItems() constant
63 val newType = new.type() in compareFieldItems() constant
72 val newType = new.type() in compareParameterItems() constant
/tools/tradefederation/core/src/com/android/tradefed/result/
DDeviceFileReporter.java225 final LogDataType newType = DATA_TYPE_REVERSE_MAP.get(ext); in getDataType() local
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/compatibility/
DCompatibilityCheck.kt110 val newType = other.singleOrNull() ?: return in <lambda>() constant
723 val newType = new.type() in <lambda>() constant
/tools/dexter/slicer/
Dreader.cc169 auto newType = ParseType(index); in GetType() local