Searched refs:clearSuperPrimary (Results 1 – 2 of 2) sorted by relevance
125 mDbHelper.clearSuperPrimary(rawContactId, mimeTypeId); in insert()198 final boolean clearSuperPrimary = hasSuperPrimary && in handlePrimaryAndSuperPrimary()201 if (clearPrimary || clearSuperPrimary) { in handlePrimaryAndSuperPrimary()213 mDbHelper.clearSuperPrimary(rawContactId, mimeTypeId); in handlePrimaryAndSuperPrimary()
5398 public void clearSuperPrimary(long rawContactId, long mimeTypeId) { in clearSuperPrimary() method in ContactsDatabaseHelper