Searched refs:mergeInclusionAnnotations (Results 1 – 5 of 5) sorted by relevance
445 mergeInclusionAnnotations = in Merge inclusion annotations from Java stub files()511 mergeInclusionAnnotations = in Merge inclusion annotations from multiple Java stub files()579 mergeInclusionAnnotations = in Merge @FlaggedApi inclusion annotations from Java stub files()642 mergeInclusionAnnotations = in Merge inclusion annotations from Java stub files using --show-single-annotation()687 mergeInclusionAnnotations = in Merge inclusion annotations on api in java namespace()752 mergeInclusionAnnotations = in Redefining java lang object plus using some internal classes()
413 mergeInclusionAnnotations: Array<TestFile> = emptyArray(), in <lambda>()717 if (mergeInclusionAnnotations.isNotEmpty()) { in <lambda>()719 mergeInclusionAnnotations in <lambda>()
96 val mergeInclusionAnnotations: List<File> = emptyList(), in <lambda>() constant in com.android.tools.metalava.ApiAnalyzer.Config596 val mergeInclusionAnnotations = config.mergeInclusionAnnotations in <lambda>() constant597 if (mergeInclusionAnnotations.isNotEmpty()) { in <lambda>()599 .mergeInclusionAnnotations(mergeInclusionAnnotations) in <lambda>()
422 mergeInclusionAnnotations = mergeInclusionAnnotations, in <lambda>()532 private var mergeInclusionAnnotations: List<File> = mutableMergeInclusionAnnotations variable
104 fun mergeInclusionAnnotations(files: List<File>) { in <lambda>() method in com.android.tools.metalava.AnnotationsMerger