Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/test/java/com/android/tools/metalava/
DHideAnnotationTest.kt62 hideAnnotations = arrayOf("test.pkg.RegularHide"), in Using hide annotation with Kotlin source()
125 hideAnnotations = arrayOf("test.pkg.Hide"), in Using hide annotation interface order()
166 hideAnnotations = arrayOf("test.pkg.HideFile"), in Using hide annotation on file scope()
DShowabilityTest.kt76 hideAnnotations = arrayOf("test.annotation.RecursiveHide"), in Recursive hide and non-recursive show (show first)()
117 hideAnnotations = arrayOf("test.annotation.RecursiveHide"), in Recursive hide and non-recursive show (hide first)()
DShowForStubPurposesAnnotationTest.kt241 hideAnnotations = arrayOf(HIDE_ANNOTATION), in Hierarchy test - SystemApi + ModuleApi()
298 hideAnnotations = arrayOf(HIDE_ANNOTATION), in Hierarchy test - SystemApi only()
335 hideAnnotations = arrayOf(HIDE_ANNOTATION), in Hierarchy test - ModuleApi Only, also check the stub files()
DAnnotationsMergerTest.kt442 hideAnnotations = arrayOf("test.annotation.Hide"), in Merge inclusion annotations from Java stub files()
508 hideAnnotations = arrayOf("test.annotation.Hide"), in Merge inclusion annotations from multiple Java stub files()
576 hideAnnotations = arrayOf("test.annotation.Hide"), in Merge @FlaggedApi inclusion annotations from Java stub files()
DDriverTest.kt460 hideAnnotations: Array<String> = emptyArray(), in <lambda>()
816 if (hideAnnotations.isNotEmpty()) { in <lambda>()
818 for (annotation in hideAnnotations) { in <lambda>()
DApiFileTest.kt5336 hideAnnotations = in RestrictTo on a file hiding it()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DDefaultAnnotationManager.kt64 val hideAnnotations: AnnotationFilter = AnnotationFilter.emptyFilter(), in <lambda>() constant in com.android.tools.metalava.DefaultAnnotationManager.Config
113 config.hideAnnotations, in <lambda>()
323 config.hideAnnotations.matches(qualifiedName) in <lambda>()
520 if (config.hideAnnotations.isEmpty() && config.revertAnnotations.isEmpty()) { in <lambda>()
661 config.hideAnnotations.matches(annotationItem) -> HIDE in <lambda>()
DOptions.kt353 val hideAnnotations by lazy(hideAnnotationsBuilder::build) constant
366 hideAnnotations = hideAnnotations, in <lambda>()
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/lint/
DApiLintBaselineTest.kt220 hideAnnotations = in Check generic builders with synthesized setter()