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()
139 static final int AGGREGATION_CONTACT_SIZE_LIMIT = 50; field in AbstractContactAggregator
1766 for (int i = 0; i < ContactAggregator.AGGREGATION_CONTACT_SIZE_LIMIT; i++) { in testNotAggregate_TooManyRawContactsInCandidate()
1776 for (int i = 0; i < ContactAggregator.AGGREGATION_CONTACT_SIZE_LIMIT; i++) { in testNotAggregate_TooManyRawContactsInCandidate()