Home
last modified time | relevance | path

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

/tools/metalava/src/test/java/com/android/tools/metalava/
DHideAnnotationTest.kt64 hideAnnotations = arrayOf( in Using hide annotation with Kotlin source()
129 hideAnnotations = arrayOf( in Using hide annotation interface order()
169 hideAnnotations = arrayOf("test.pkg.HideFile"), in Using hide annotation on file scope()
DShowForStubPurposesAnnotationTest.kt229 hideAnnotations = arrayOf(HIDE_ANNOTATION), in Hierarchy test - SystemApi + ModuleApi()
285 hideAnnotations = arrayOf(HIDE_ANNOTATION), in Hierarchy test - SystemApi only()
321 hideAnnotations = arrayOf(HIDE_ANNOTATION), in Hierarchy test - ModuleApi Only, also check the stub files()
DDriverTest.kt299 hideAnnotations: Array<String> = emptyArray(), in <lambda>()
666 val hideAnnotationArguments = if (hideAnnotations.isNotEmpty()) { in <lambda>()
668 for (annotation in hideAnnotations) { in <lambda>()
DAnnotationsMergerTest.kt406 hideAnnotations = arrayOf("test.annotation.Hide"), in Merge inclusion annotations from Java stub files()
DApiFileTest.kt4616 hideAnnotations = arrayOf( in RestrictTo on a file hiding it()
/tools/metalava/src/main/java/com/android/tools/metalava/
DAnnotationsMerger.kt317 val hideAnnotations = options.hideAnnotations in <lambda>() constant
319 …if (showAnnotations.isNotEmpty() || hideAnnotations.isNotEmpty() || hideMetaAnnotations.isNotEmpty… in <lambda>()
325 …if ((showAnnotations.matches(annotation) || hideAnnotations.matches(annotation) || hideMetaAnnotat… in <lambda>()
DOptions.kt352 var hideAnnotations: AnnotationFilter = mutableHideAnnotations in <lambda>() variable in com.android.tools.metalava.Options
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DModifierList.kt157 if (options.hideAnnotations.isEmpty() && options.hideMetaAnnotations.isEmpty()) { in <lambda>()
161 options.hideAnnotations.matches(annotation) || in <lambda>()