Home
last modified time | relevance | path

Searched refs:showAnnotations (Results 1 – 15 of 15) sorted by relevance

/tools/metalava/metalava/src/test/java/com/android/tools/metalava/stub/
DAbstractStubsTest.kt37 showAnnotations: Array<String> = emptyArray(), in checkStubs()
48 showAnnotations = showAnnotations, in checkStubs()
75 showAnnotations = showAnnotations, in checkStubs()
DStubsConstructorTest.kt168 fun `Arguments to super constructors with showAnnotations`() { in Arguments to super constructors with showAnnotations()
171 showAnnotations = arrayOf("android.annotation.SystemApi"), in Arguments to super constructors with showAnnotations()
DStubsTest.kt1366 showAnnotations = arrayOf("android.annotation.SystemApi"), in Translate DeprecatedForSdk with API Filtering()
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/lint/
DFlaggedApiLintTest.kt44 showAnnotations = arrayOf("android.annotation.SystemApi"), in Dont require @FlaggedApi on methods that get elided from signature files()
245 showAnnotations = arrayOf("android.annotation.SystemApi"), in Dont require @FlaggedApi on existing items in nested SystemApi classes()
282 showAnnotations = arrayOf("android.annotation.SystemApi"), in Dont require @FlaggedApi on existing items inherited into new SystemApi classes()
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/
DJavadocTest.kt35 showAnnotations: Array<String> = emptyArray(), in checkStubs()
41 showAnnotations = showAnnotations, in checkStubs()
DShowForStubPurposesAnnotationTest.kt242 showAnnotations = arrayOf(MODULE_API, SYSTEM_API), in Hierarchy test - SystemApi + ModuleApi()
299 showAnnotations = arrayOf(SYSTEM_API), in Hierarchy test - SystemApi only()
336 showAnnotations = arrayOf(MODULE_API), in Hierarchy test - ModuleApi Only, also check the stub files()
DAnnotationsMergerTest.kt443 showAnnotations = arrayOf("test.annotation.Show"), in Merge inclusion annotations from Java stub files()
509 showAnnotations = arrayOf("test.annotation.Show"), in Merge inclusion annotations from multiple Java stub files()
577 showAnnotations = arrayOf("test.annotation.Show"), in Merge @FlaggedApi inclusion annotations from Java stub files()
DShowAnnotationTest.kt732 fun `Methods inherit showAnnotations but fields and classes don't`() { in Methods inherit showAnnotations but fields and classes don't()
790 showAnnotations = arrayOf("android.annotation.SystemApi"), in Methods inherit showAnnotations but fields and classes don't()
DApiAnalyzerTest.kt32 showAnnotations = arrayOf("android.annotation.SystemApi"), in Hidden abstract method with show @SystemApi()
DDriverTest.kt456 showAnnotations: Array<String> = emptyArray(), in <lambda>()
796 if (showAnnotations.isNotEmpty() || includeSystemApiAnnotations) { in <lambda>()
798 for (annotation in showAnnotations) { in <lambda>()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DApiSelectionOptions.kt104 internal val showAnnotations by constant in com.android.tools.metalava.ApiSelectionOptions
DDefaultAnnotationManager.kt61 val showAnnotations: AnnotationFilter = AnnotationFilter.emptyFilter(), in <lambda>() constant in com.android.tools.metalava.DefaultAnnotationManager.Config
658 config.showAnnotations.matches(annotationItem) -> SHOW in <lambda>()
DOptions.kt363 showAnnotations = apiSelectionOptions.showAnnotations, in <lambda>()
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/compatibility/
DCompatibilityCheckTest.kt3045 showAnnotations = arrayOf(ANDROID_SYSTEM_API), in Change item in nested SystemApi()
/tools/metalava/metalava/src/test/resources/
Dsource-model-provider-baseline.txt251 Arguments to super constructors with showAnnotations[turbine]