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