HomeSort by relevance Sort by last modified time
    Searched refs:aggregationMode (Results 1 - 2 of 2) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java 391 public void markNewForAggregation(long rawContactId, int aggregationMode) {
392 mRawContactsMarkedForAggregation.put(rawContactId, aggregationMode);
395 public void markForAggregation(long rawContactId, int aggregationMode, boolean force) {
399 if (aggregationMode == RawContacts.AGGREGATION_MODE_DEFAULT) {
400 aggregationMode = mRawContactsMarkedForAggregation.get(rawContactId);
407 mRawContactsMarkedForAggregation.put(rawContactId, aggregationMode);
464 int aggregationMode = RawContacts.AGGREGATION_MODE_DEFAULT;
468 aggregationMode = aggModeObject;
473 if (aggregationMode == RawContacts.AGGREGATION_MODE_DEFAULT) {
481 } else if (aggregationMode == RawContacts.AGGREGATION_MODE_DISABLED)
    [all...]
ContactsProvider2.java     [all...]

Completed in 1931 milliseconds