Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java506 int aggregationMode = mDbHelper.getAggregationMode(rawContactId); in triggerAggregation() local
538 public final void markNewForAggregation(long rawContactId, int aggregationMode) { in markNewForAggregation()
542 public final void markForAggregation(long rawContactId, int aggregationMode, boolean force) { in markForAggregation()
583 int aggregationMode = cursor.getInt( in markContactForAggregation() local
DContactAggregator.java87 int aggregationMode = RawContacts.AGGREGATION_MODE_DEFAULT; in aggregateContact() local
DContactAggregator2.java106 int aggregationMode = RawContacts.AGGREGATION_MODE_DEFAULT; in aggregateContact() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java2859 final int aggregationMode = getIntValue(values, RawContacts.AGGREGATION_MODE, in insertRawContact() local
4556 int aggregationMode = getIntValue( in updateRawContact() local