Searched defs:toExclude (Results 1 – 1 of 1) sorted by relevance
178 private Filter(ArraySet<String> toInclude, ArraySet<String> toExclude) { in Filter()189 private boolean toExclude(String packageName) { in toExclude() method in BarControlPolicy.Filter225 ArraySet<String> toExclude = new ArraySet<String>(); in parse() local