Searched refs:packageFilter (Results 1 – 1 of 1) sorted by relevance
129 val packageFilter = options.stubPackages in toString() constant130 if (packageFilter != null) { in toString()132 if (pkg != null && !packageFilter.matches(pkg)) { in toString()