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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactAggregator.java460 int aggregationMode = mDbHelper.getAggregationMode(rawContactId);
461 switch (aggregationMode) {
466 markForAggregation(rawContactId, aggregationMode, false);
490 public void markNewForAggregation(long rawContactId, int aggregationMode) { argument
491 mRawContactsMarkedForAggregation.put(rawContactId, aggregationMode);
494 public void markForAggregation(long rawContactId, int aggregationMode, boolean force) { argument
499 if (aggregationMode == RawContacts.AGGREGATION_MODE_DEFAULT) {
502 effectiveAggregationMode = aggregationMode;
507 effectiveAggregationMode = aggregationMode;
535 int aggregationMode
[all...]

Completed in 129 milliseconds