Home
last modified time | relevance | path

Searched refs:AGGREGATION_CONTACT_SIZE_LIMIT (Results 1 – 5 of 5) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator2.java143 if (candidatesCount >= AGGREGATION_CONTACT_SIZE_LIMIT) { in aggregateContact()
219 if (matchingCandidates.getCount() >= AGGREGATION_CONTACT_SIZE_LIMIT) { in findRawContactMatchingCandidates()
DContactAggregator.java148 if (totalNumOfRawContactsInCandidate >= AGGREGATION_CONTACT_SIZE_LIMIT) { in aggregateContact()
DAbstractContactAggregator.java139 static final int AGGREGATION_CONTACT_SIZE_LIMIT = 50; field in AbstractContactAggregator
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java1766 for (int i = 0; i < ContactAggregator.AGGREGATION_CONTACT_SIZE_LIMIT; i++) { in testNotAggregate_TooManyRawContactsInCandidate()
DContactAggregator2Test.java1776 for (int i = 0; i < ContactAggregator.AGGREGATION_CONTACT_SIZE_LIMIT; i++) { in testNotAggregate_TooManyRawContactsInCandidate()