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