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.java133 mDbHelper.setIsSuperPrimary(rawContactId, dataId, mimeTypeId); in insert()
141 mDbHelper.setIsSuperPrimary(rawContactId, dataId, mimeTypeId); in insert()
299 mDbHelper.setIsSuperPrimary(rawContactId, dataId, mimeTypeId); in handlePrimaryAndSuperPrimary()
306 mDbHelper.setIsSuperPrimary(rawContactId, dataId, mimeTypeId); in handlePrimaryAndSuperPrimary()
DContactsDatabaseHelper.java5074 public void setIsSuperPrimary(long rawContactId, long dataId, long mimeTypeId) { in setIsSuperPrimary() method in ContactsDatabaseHelper