Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/compatibility/
DCompatibilityCheck.kt606 for (throwType in old.throwsTypes()) { in compare() constant
610 val throwableClass = throwType.erasedClass ?: continue in compare()
623 for (throwType in new.filteredThrowsTypes(filterReference)) { in compare() constant
627 val throwableClass = throwType.erasedClass ?: continue in compare()