Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DDefaultAnnotationManager.kt559 itemShowability.combineWith(LazyAnnotationInfo.REVERT_UNSTABLE_API) in <lambda>()
567 itemShowability.combineWith(LazyAnnotationInfo.REVERT_UNSTABLE_API) in <lambda>()
573 if (itemShowability == LazyAnnotationInfo.REVERT_UNSTABLE_API) { in <lambda>()
662 config.revertAnnotations.matches(annotationItem) -> REVERT_UNSTABLE_API in <lambda>()
713 val REVERT_UNSTABLE_API = constant
715 show = ShowOrHide.REVERT_UNSTABLE_API,
716 recursive = ShowOrHide.REVERT_UNSTABLE_API,
717 forStubsOnly = ShowOrHide.REVERT_UNSTABLE_API,
/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DAnnotationInfo.kt83 REVERT_UNSTABLE_API(show = null) {
211 fun revertUnstableApi() = show == ShowOrHide.REVERT_UNSTABLE_API in show()