Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java3538 numDeletes += deleteRawContact( in deleteInTransaction()
3551 return deleteRawContact(rawContactId, mDbHelper.get().getContactId(rawContactId), in deleteInTransaction()
3707 public int deleteRawContact(long rawContactId, long contactId, boolean callerIsSyncAdapter) { in deleteRawContact() method in ContactsProvider2
DLegacyApiSupport.java1555 count = mContactsProvider.deleteRawContact(id, mDbHelper.getContactId(id), false); in delete()