HomeSort by relevance Sort by last modified time
    Searched defs:aggregation (Results 1 - 8 of 8) sorted by null

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/util/
ContactMatcherTest.java 16 package com.android.providers.contacts.aggregation.util;
NameDistanceTest.java 17 package com.android.providers.contacts.aggregation.util;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ProfileAggregator.java 16 package com.android.providers.contacts.aggregation;
30 import com.android.providers.contacts.aggregation.util.CommonNicknameCache;
76 // Profile aggregation is simple - find the single contact in the database and attach to
ContactAggregator.java 17 package com.android.providers.contacts.aggregation;
63 import com.android.providers.contacts.aggregation.util.CommonNicknameCache;
64 import com.android.providers.contacts.aggregation.util.ContactMatcher;
65 import com.android.providers.contacts.aggregation.util.ContactMatcher.MatchScore;
133 // If we encounter more than this many contacts with matching name during aggregation
396 * Aggregate all raw contacts that were marked for aggregation in the current transaction.
466 Log.d(TAG, "Contact aggregation complete: " + actualCount +
517 // As per ContactsContract documentation, default aggregation mode
545 * Marks all constituent raw contacts of an aggregated contact for re-aggregation.
569 * Mark all visible contacts for re-aggregation
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
NameDistance.java 16 package com.android.providers.contacts.aggregation.util;
CommonNicknameCache.java 17 package com.android.providers.contacts.aggregation.util;
ContactMatcher.java 16 package com.android.providers.contacts.aggregation.util;
101 * not! They are useful in three-way aggregation cases when we have, for example, both
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregatorTest.java 17 package com.android.providers.contacts.aggregation;
702 assertAggregated(rawContactId1, rawContactId2); // Aggregation exception
    [all...]

Completed in 1665 milliseconds