Searched refs:setIsSuperPrimary (Results 1 – 2 of 2) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | DataRowHandler.java | 133 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()
|
D | ContactsDatabaseHelper.java | 5074 public void setIsSuperPrimary(long rawContactId, long dataId, long mimeTypeId) { in setIsSuperPrimary() method in ContactsDatabaseHelper
|