Searched refs:rawContactHasSuperPrimary (Results 1 – 2 of 2) sorted by relevance
139 if (mDbHelper.rawContactHasSuperPrimary(rawContactId, mimeTypeId)) { in insert()304 if (mDbHelper.rawContactHasSuperPrimary(rawContactId, mimeTypeId)) { in handlePrimaryAndSuperPrimary()
5787 public boolean rawContactHasSuperPrimary(long rawContactId, long mimeTypeId) { in rawContactHasSuperPrimary() method in ContactsDatabaseHelper