Searched refs:crIterator (Results 1 – 1 of 1) sorted by relevance
233 Iterator<AttributeMatchCriterion> crIterator = mCriteria.iterator(); in addRuleInt() local234 while (crIterator.hasNext()) { in addRuleInt()235 final AttributeMatchCriterion criterion = crIterator.next(); in addRuleInt()