Searched refs:PackageFilterComponent (Results 1 – 1 of 1) sorted by relevance
32 val components: MutableList<PackageFilterComponent> = mutableListOf()66 components.add(PackageFilterComponent(predicate, treatAsPositiveMatch)) in add()98 class PackageFilterComponent(val filter: Predicate<String>, val treatAsPositiveMatch: Boolean) class