Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java227 clearSuperPrimarySetting(db, contactId, rawContactId); in aggregateContact()
248 private void clearSuperPrimarySetting(SQLiteDatabase db, long contactId, long rawContactId) { in clearSuperPrimarySetting() method in ContactAggregator
H A DContactAggregator2.java247 private void clearSuperPrimarySetting(SQLiteDatabase db, String rawContactIds) { in clearSuperPrimarySetting() method in ContactAggregator2
366 clearSuperPrimarySetting(db, connectedRids); in reAggregateRawContacts()