Searched refs:passThroughAnnotations (Results 1 – 2 of 2) sorted by relevance
59 val passThroughAnnotations: Set<String> = emptySet(), in <lambda>() constant in com.android.tools.metalava.DefaultAnnotationManager.Config321 config.passThroughAnnotations.contains(qualifiedName) || in <lambda>()338 if (config.passThroughAnnotations.contains(qualifiedName)) { in <lambda>()
361 passThroughAnnotations = passThroughAnnotations, in <lambda>()516 private var passThroughAnnotations = mutablePassThroughAnnotations variable