Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java509 int aggregationMode = mDbHelper.getAggregationMode(rawContactId); in triggerAggregation() local
541 public void markNewForAggregation(long rawContactId, int aggregationMode) { in markNewForAggregation()
545 public void markForAggregation(long rawContactId, int aggregationMode, boolean force) { in markForAggregation()
586 int aggregationMode = cursor.getInt( in markContactForAggregation() local
741 int aggregationMode = RawContacts.AGGREGATION_MODE_DEFAULT; in aggregateContact() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java2719 final int aggregationMode = getIntValue(values, RawContacts.AGGREGATION_MODE, in insertRawContact() local
4386 int aggregationMode = getIntValue( in updateRawContact() local