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