Searched refs:hideAnnotations (Results 1 – 9 of 9) sorted by relevance
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/ |
D | HideAnnotationTest.kt | 62 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()
|
D | ShowabilityTest.kt | 76 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)()
|
D | ShowForStubPurposesAnnotationTest.kt | 241 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()
|
D | AnnotationsMergerTest.kt | 442 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()
|
D | DriverTest.kt | 460 hideAnnotations: Array<String> = emptyArray(), in <lambda>() 816 if (hideAnnotations.isNotEmpty()) { in <lambda>() 818 for (annotation in hideAnnotations) { in <lambda>()
|
D | ApiFileTest.kt | 5336 hideAnnotations = in RestrictTo on a file hiding it()
|
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/ |
D | DefaultAnnotationManager.kt | 64 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>()
|
D | Options.kt | 353 val hideAnnotations by lazy(hideAnnotationsBuilder::build) constant 366 hideAnnotations = hideAnnotations, in <lambda>()
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/lint/ |
D | ApiLintBaselineTest.kt | 220 hideAnnotations = in Check generic builders with synthesized setter()
|