Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDataRowHandler.java129 mDbHelper.setIsSuperPrimary(rawContactId, dataId, mimeTypeId); in insert()
137 mDbHelper.setIsSuperPrimary(rawContactId, dataId, mimeTypeId); in insert()
295 mDbHelper.setIsSuperPrimary(rawContactId, dataId, mimeTypeId); in handlePrimaryAndSuperPrimary()
302 mDbHelper.setIsSuperPrimary(rawContactId, dataId, mimeTypeId); in handlePrimaryAndSuperPrimary()
DContactsDatabaseHelper.java4876 public void setIsSuperPrimary(long rawContactId, long dataId, long mimeTypeId) { in setIsSuperPrimary() method in ContactsDatabaseHelper