HomeSort by relevance Sort by last modified time
    Searched refs:AGGREGATION_CONTACT_SIZE_LIMIT (Results 1 - 5 of 5) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator2.java 143 if (candidatesCount >= AGGREGATION_CONTACT_SIZE_LIMIT) {
219 if (matchingCandidates.getCount() >= AGGREGATION_CONTACT_SIZE_LIMIT) {
    [all...]
ContactAggregator.java 148 if (totalNumOfRawContactsInCandidate >= AGGREGATION_CONTACT_SIZE_LIMIT) {
    [all...]
AbstractContactAggregator.java 138 static final int AGGREGATION_CONTACT_SIZE_LIMIT = 50;
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregator2Test.java     [all...]
ContactAggregatorTest.java     [all...]

Completed in 55 milliseconds