/tools/metalava/metalava/src/test/java/com/android/tools/metalava/stub/ |
D | AbstractStubsTest.kt | 37 showAnnotations: Array<String> = emptyArray(), in checkStubs() 48 showAnnotations = showAnnotations, in checkStubs() 75 showAnnotations = showAnnotations, in checkStubs()
|
D | StubsConstructorTest.kt | 168 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()
|
D | StubsTest.kt | 1366 showAnnotations = arrayOf("android.annotation.SystemApi"), in Translate DeprecatedForSdk with API Filtering()
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/lint/ |
D | FlaggedApiLintTest.kt | 44 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/ |
D | JavadocTest.kt | 35 showAnnotations: Array<String> = emptyArray(), in checkStubs() 41 showAnnotations = showAnnotations, in checkStubs()
|
D | ShowForStubPurposesAnnotationTest.kt | 242 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()
|
D | AnnotationsMergerTest.kt | 443 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()
|
D | ShowAnnotationTest.kt | 732 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()
|
D | ApiAnalyzerTest.kt | 32 showAnnotations = arrayOf("android.annotation.SystemApi"), in Hidden abstract method with show @SystemApi()
|
D | DriverTest.kt | 456 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/ |
D | ApiSelectionOptions.kt | 104 internal val showAnnotations by constant in com.android.tools.metalava.ApiSelectionOptions
|
D | DefaultAnnotationManager.kt | 61 val showAnnotations: AnnotationFilter = AnnotationFilter.emptyFilter(), in <lambda>() constant in com.android.tools.metalava.DefaultAnnotationManager.Config 658 config.showAnnotations.matches(annotationItem) -> SHOW in <lambda>()
|
D | Options.kt | 363 showAnnotations = apiSelectionOptions.showAnnotations, in <lambda>()
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/compatibility/ |
D | CompatibilityCheckTest.kt | 3045 showAnnotations = arrayOf(ANDROID_SYSTEM_API), in Change item in nested SystemApi()
|
/tools/metalava/metalava/src/test/resources/ |
D | source-model-provider-baseline.txt | 251 Arguments to super constructors with showAnnotations[turbine]
|