Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDataRowHandler.java131 mDbHelper.clearSuperPrimary(rawContactId, mimeTypeId); in insert()
263 final boolean clearSuperPrimary = hasSuperPrimary && in handlePrimaryAndSuperPrimary()
266 if (clearPrimary || clearSuperPrimary) { in handlePrimaryAndSuperPrimary()
278 mDbHelper.clearSuperPrimary(rawContactId, mimeTypeId); in handlePrimaryAndSuperPrimary()
DContactsDatabaseHelper.java4859 public void clearSuperPrimary(long rawContactId, long mimeTypeId) { in clearSuperPrimary() method in ContactsDatabaseHelper