Searched defs:aggregation (Results 1 - 8 of 8) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/util/
H A DContactMatcherTest.java16 package com.android.providers.contacts.aggregation.util;
H A DNameDistanceTest.java17 package com.android.providers.contacts.aggregation.util;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DNameDistance.java16 package com.android.providers.contacts.aggregation.util;
H A DCommonNicknameCache.java17 package com.android.providers.contacts.aggregation.util;
H A DContactMatcher.java16 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/src/com/android/providers/contacts/aggregation/
H A DProfileAggregator.java16 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
H A DContactAggregator.java17 package com.android.providers.contacts.aggregation;
65 import com.android.providers.contacts.aggregation.util.CommonNicknameCache;
66 import com.android.providers.contacts.aggregation.util.ContactMatcher;
67 import com.android.providers.contacts.aggregation.util.ContactMatcher.MatchScore;
140 // aggregation, don't attempt to aggregate - this is likely an error or a shared corporate
145 // If we encounter more than this many contacts with matching name during aggregation
427 * Aggregate all raw contacts that were marked for aggregation in the current transaction.
497 Log.d(TAG, "Contact aggregation complete: " + actualCount +
548 // As per ContactsContract documentation, default aggregation mode
576 * Marks all constituent raw contacts of an aggregated contact for re-aggregation
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregatorTest.java17 package com.android.providers.contacts.aggregation;
606 // The ambiguity will trigger re-aggregation. And since no data matching exists, all
1172 // Note that for the following tests of photo aggregation, the accounts are being used to
1349 // Setting aggregation mode to SUSPENDED should prevent aggregation from happening
1362 // Changing aggregation mode to DEFAULT should change nothing
1369 // Changing the name should trigger aggregation
1376 // Setting aggregation mode to SUSPENDED should prevent aggregation from happening
1418 // Setting aggregation mod
[all...]

Completed in 130 milliseconds