Searched refs:deleteRawContact (Results 1 – 2 of 2) sorted by relevance
1494 count = mContactsProvider.deleteRawContact(id, mDbHelper.getContactId(id), false); in delete()
3657 numDeletes += deleteRawContact( in deleteInTransaction()3670 return deleteRawContact(rawContactId, mDbHelper.get().getContactId(rawContactId), in deleteInTransaction()3826 public int deleteRawContact(long rawContactId, long contactId, boolean callerIsSyncAdapter) { in deleteRawContact() method in ContactsProvider2