Home
last modified time | relevance | path

Searched defs:includedNames (Results 1 – 1 of 1) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/
DAnnotationFilter.kt74 private var includedNames: List<String>? = null variable in com.android.tools.metalava.MutableAnnotationFilter
77 val includedNames = includedNames in matchesAnnotationName() constant