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.java140 if (mDbHelper.rawContactHasSuperPrimary(rawContactId, mimeTypeId)) { in insert()
305 if (mDbHelper.rawContactHasSuperPrimary(rawContactId, mimeTypeId)) { in handlePrimaryAndSuperPrimary()
DContactsDatabaseHelper.java5154 public boolean rawContactHasSuperPrimary(long rawContactId, long mimeTypeId) { in rawContactHasSuperPrimary() method in ContactsDatabaseHelper