Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java143 static final int AGGREGATION_CONTACT_SIZE_LIMIT = 50; field in ContactAggregator
801 if (totalNumOfRawContactsInCandidate >= AGGREGATION_CONTACT_SIZE_LIMIT) { in aggregateContact()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java1643 for (int i = 0; i < ContactAggregator.AGGREGATION_CONTACT_SIZE_LIMIT; i++) { in testNotAggregate_TooManyRawContactsInCandidate()