Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/compatibility/
DCompatibilityCheck.kt446 val oldTypeString = describeBounds(oldReturnType) in compare()
447 val newTypeString = describeBounds(newReturnType) in compare()
665 private fun describeBounds(type: TypeItem): String { in describeBounds() method in com.android.tools.metalava.compatibility.CompatibilityCheck
667 is ArrayTypeItem -> describeBounds(type.componentType) + "[]" in describeBounds()