Searched refs:clearSuperPrimary (Results 1 – 2 of 2) sorted by relevance
131 mDbHelper.clearSuperPrimary(rawContactId, mimeTypeId); in insert()263 final boolean clearSuperPrimary = hasSuperPrimary && in handlePrimaryAndSuperPrimary()266 if (clearPrimary || clearSuperPrimary) { in handlePrimaryAndSuperPrimary()278 mDbHelper.clearSuperPrimary(rawContactId, mimeTypeId); in handlePrimaryAndSuperPrimary()
4859 public void clearSuperPrimary(long rawContactId, long mimeTypeId) { in clearSuperPrimary() method in ContactsDatabaseHelper