Searched refs:AGGREGATION_CONTACT_SIZE_LIMIT (Results 1 – 5 of 5) sorted by relevance
143 if (candidatesCount >= AGGREGATION_CONTACT_SIZE_LIMIT) { in aggregateContact()219 if (matchingCandidates.getCount() >= AGGREGATION_CONTACT_SIZE_LIMIT) { in findRawContactMatchingCandidates()
148 if (totalNumOfRawContactsInCandidate >= AGGREGATION_CONTACT_SIZE_LIMIT) { in aggregateContact()
138 static final int AGGREGATION_CONTACT_SIZE_LIMIT = 50; field in AbstractContactAggregator
1731 for (int i = 0; i < ContactAggregator.AGGREGATION_CONTACT_SIZE_LIMIT; i++) { in testNotAggregate_TooManyRawContactsInCandidate()
1742 for (int i = 0; i < ContactAggregator.AGGREGATION_CONTACT_SIZE_LIMIT; i++) { in testNotAggregate_TooManyRawContactsInCandidate()