Home
last modified time | relevance | path

Searched refs:rawContactHasSuperPrimary (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDataRowHandler.java137 if (mDbHelper.rawContactHasSuperPrimary(rawContactId, mimeTypeId)) { in insert()
306 if (mDbHelper.rawContactHasSuperPrimary(rawContactId, mimeTypeId)) { in handlePrimaryAndSuperPrimary()
DContactsDatabaseHelper.java4932 public boolean rawContactHasSuperPrimary(long rawContactId, long mimeTypeId) { in rawContactHasSuperPrimary() method in ContactsDatabaseHelper