Home
last modified time | relevance | path

Searched refs:ARG_SHOW_ANNOTATION (Results 1 – 6 of 6) sorted by relevance

/tools/metalava/src/test/java/com/android/tools/metalava/
DShowAnnotationTest.kt166 ARG_SHOW_ANNOTATION, "android.annotation.TestApi", in Check @TestApi handling()
251 ARG_SHOW_ANNOTATION, "android.annotation.TestApi", in Include interface-inherited fields in stubs()
639 ARG_SHOW_ANNOTATION, "test.annotation.Api",
672 ARG_SHOW_ANNOTATION, "kotlin.PublishedApi" in Check @PublishedApi handling()
DCompatibilityCheckTest.kt1826 ARG_SHOW_ANNOTATION, "android.annotation.SystemApi", in Partial text file which references inner classes not listed elsewhere()
1878 ARG_SHOW_ANNOTATION, "android.annotation.TestApi", in Partial text file which adds methods to show-annotation API()
1946 ARG_SHOW_ANNOTATION, "android.annotation.SystemApi", in Partial text file where type previously did not exist()
2659 ARG_SHOW_ANNOTATION, "android.annotation.SystemApi", in Empty prev api with @hide and --show-annotation()
2714 ARG_SHOW_ANNOTATION, "android.annotation.SystemApi", in Inherited systemApi method in an inner class()
2959 ARG_SHOW_ANNOTATION, "android.annotation.SystemApi", in Move class from SystemApi to public and then remove a method()
3003 ARG_SHOW_ANNOTATION, "android.annotation.SystemApi", in Moving a field from SystemApi to public()
3619 …extraArguments = arrayOf(ARG_SHOW_UNANNOTATED, ARG_SHOW_ANNOTATION, "androidx.annotation.RestrictT… in Check generic type argument when showUnannotated is explicitly enabled()
DMarkPackagesAsRecentTest.kt67 ARG_SHOW_ANNOTATION, "androidx.annotation.RestrictTo" in MarkPackagesAsRecent test with showAnnotation arguments()
DBaselineTest.kt163 ARG_SHOW_ANNOTATION, "android.annotation.TestApi", in <lambda>()
DDriverTest.kt780 args.add(ARG_SHOW_ANNOTATION) in <lambda>()
784 args.add(ARG_SHOW_ANNOTATION) in <lambda>()
788 args.add(ARG_SHOW_ANNOTATION) in <lambda>()
/tools/metalava/src/main/java/com/android/tools/metalava/
DOptions.kt108 const val ARG_SHOW_ANNOTATION = "--show-annotation" in <lambda>() constant
890ARG_SHOW_ANNOTATION, "-showAnnotation" -> mutableShowAnnotations.add(getValue(args, ++index)) in <lambda>()
2307 … "$ARG_SHOW_ANNOTATION <annotation class>", "Unhide any hidden elements that are also annotated " + in <lambda>()
2309 … "$ARG_SHOW_SINGLE_ANNOTATION <annotation>", "Like $ARG_SHOW_ANNOTATION, but does not apply " + in <lambda>()
2311 …"$ARG_SHOW_FOR_STUB_PURPOSES_ANNOTATION <annotation class>", "Like $ARG_SHOW_ANNOTATION, but eleme… in <lambda>()