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