Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DNullnessMigration.kt52 val newType = new.returnType() in compare() constant
54 checkType(oldType, newType) in compare()
61 val newType = new.type() in compare() constant
63 checkType(oldType, newType) in compare()
70 val newType = new.type() in compare() constant
72 checkType(oldType, newType) in compare()
/tools/tradefederation/core/src/com/android/tradefed/result/
DDeviceFileReporter.java225 final LogDataType newType = DATA_TYPE_REVERSE_MAP.get(ext); in getDataType() local
226 CLog.d("Inferred data type %s", newType); in getDataType()
227 return newType; in getDataType()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/compatibility/
DCompatibilityCheck.kt686 val newType = new.type() in compare() constant
687 if (oldType != newType) { in compare()
689 "${describe(new, capitalize = true)} has changed type from $oldType to $newType" in compare()
/tools/dexter/slicer/
Dreader.cc169 auto newType = ParseType(index); in GetType() local
171 p = newType; in GetType()