Searched refs:clearSuperPrimary (Results 1 – 2 of 2) sorted by relevance
132 mDbHelper.clearSuperPrimary(rawContactId, mimeTypeId); in insert()268 final boolean clearSuperPrimary = hasSuperPrimary && in handlePrimaryAndSuperPrimary()271 if (clearPrimary || clearSuperPrimary) { in handlePrimaryAndSuperPrimary()283 mDbHelper.clearSuperPrimary(rawContactId, mimeTypeId); in handlePrimaryAndSuperPrimary()
4828 public void clearSuperPrimary(long rawContactId, long mimeTypeId) { in clearSuperPrimary() method in ContactsDatabaseHelper