Home
last modified time | relevance | path

Searched refs:currentCidForRawContact (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator2.java313 long currentCidForRawContact, long rawContactId, long accountId, in reAggregateRawContacts() argument
339 if (currentCidForRawContact != 0 && in reAggregateRawContacts()
341 canBeReused(db, currentCidForRawContact, connectedRawContactIds)) { in reAggregateRawContacts()
342 contactId = currentCidForRawContact; in reAggregateRawContacts()
349 } else if (currentCidForRawContact != 0){ in reAggregateRawContacts()
350 cidsNeedToBeUpdated.add(currentCidForRawContact); in reAggregateRawContacts()