Searched refs:revertAnnotations (Results 1 – 2 of 2) sorted by relevance
65 val revertAnnotations: AnnotationFilter = AnnotationFilter.emptyFilter(), in <lambda>() constant in com.android.tools.metalava.DefaultAnnotationManager.Config114 config.revertAnnotations, in <lambda>()369 if (config.revertAnnotations.matchesAnnotationName(ANDROID_FLAGGED_API)) { in <lambda>()513 config.revertAnnotations.isNotEmpty() in <lambda>()520 if (config.hideAnnotations.isEmpty() && config.revertAnnotations.isEmpty()) { in <lambda>()662 config.revertAnnotations.matches(annotationItem) -> REVERT_UNSTABLE_API in <lambda>()
356 val revertAnnotations by lazy(revertAnnotationsBuilder::build) constant367 revertAnnotations = revertAnnotations, in <lambda>()