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.java503 int aggregationMode = mDbHelper.getAggregationMode(rawContactId); in triggerAggregation() local
535 public final void markNewForAggregation(long rawContactId, int aggregationMode) { in markNewForAggregation()
539 public final void markForAggregation(long rawContactId, int aggregationMode, boolean force) { in markForAggregation()
580 int aggregationMode = cursor.getInt( in markContactForAggregation() local
DContactAggregator.java85 int aggregationMode = RawContacts.AGGREGATION_MODE_DEFAULT; in aggregateContact() local
DContactAggregator2.java104 int aggregationMode = RawContacts.AGGREGATION_MODE_DEFAULT; in aggregateContact() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java3188 final int aggregationMode = getIntValue(values, RawContacts.AGGREGATION_MODE, in insertRawContact() local
4936 int aggregationMode = getIntValue( in updateRawContact() local