OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
64
import com.android.providers.contacts.
aggregation
.util.CommonNicknameCache;
65
import com.android.providers.contacts.
aggregation
.util.ContactMatcher;
66
import com.android.providers.contacts.
aggregation
.util.ContactMatcher.MatchScore;
134
// If we encounter more than this many contacts with matching name during
aggregation
410
* Aggregate all raw contacts that were marked for
aggregation
in the current transaction.
480
Log.d(TAG, "Contact
aggregation
complete: " + actualCount +
531
// As per ContactsContract documentation, default
aggregation
mode
559
* Marks all constituent raw contacts of an aggregated contact for re-
aggregation
.
583
* 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 53 milliseconds