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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java506 int aggregationMode = mDbHelper.getAggregationMode(rawContactId);
507 switch (aggregationMode) {
512 markForAggregation(rawContactId, aggregationMode, false);
538 public final void markNewForAggregation(long rawContactId, int aggregationMode) { argument
539 mRawContactsMarkedForAggregation.put(rawContactId, aggregationMode);
542 public final void markForAggregation(long rawContactId, int aggregationMode, boolean force) { argument
547 if (aggregationMode == RawContacts.AGGREGATION_MODE_DEFAULT) {
550 effectiveAggregationMode = aggregationMode;
555 effectiveAggregationMode = aggregationMode;
583 int aggregationMode
[all...]

Completed in 25 milliseconds