Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DReleaseType.kt47 error(Errors.REMOVED_FINAL) in getErrorConfiguration()
72 hide(Errors.REMOVED_FINAL) in getErrorConfiguration()
DCompatibilityCheck.kt253 … Errors.REMOVED_FINAL, new, "${describe(new, capitalize = true)} removed 'final' qualifier" in compare()
446 … Errors.REMOVED_FINAL, new, "${describe(new, capitalize = true)} has removed 'final' qualifier" in compare()
609 … Errors.REMOVED_FINAL, new, "${describe(new, capitalize = true)} has removed 'final' qualifier" in compare()
/tools/metalava/src/main/java/com/android/tools/metalava/doclava1/
DErrors.java189 public static final Error REMOVED_FINAL = new Error(27, WARNING, Category.COMPATIBILITY); field in Errors