Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java507 int aggregationMode = mDbHelper.getAggregationMode(rawContactId); in triggerAggregation() local
539 public final void markNewForAggregation(long rawContactId, int aggregationMode) { in markNewForAggregation()
543 public final void markForAggregation(long rawContactId, int aggregationMode, boolean force) { in markForAggregation()
584 int aggregationMode = cursor.getInt( in markContactForAggregation() local
H A DContactAggregator.java87 int aggregationMode = RawContacts.AGGREGATION_MODE_DEFAULT; in aggregateContact() local
H A DContactAggregator2.java106 int aggregationMode = RawContacts.AGGREGATION_MODE_DEFAULT; in aggregateContact() local
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java2905 final int aggregationMode = getIntValue(values, RawContacts.AGGREGATION_MODE, in insertRawContact() local
4648 int aggregationMode = getIntValue( in updateRawContact() local