Searched defs:deleteRawContact (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java3557 numDeletes += deleteRawContact(rawContactId, contactId,
3569 return deleteRawContact(rawContactId, mDbHelper.get().getContactId(rawContactId),
3720 public int deleteRawContact(long rawContactId, long contactId, boolean callerIsSyncAdapter) { method in class:ContactsProvider2

Completed in 553 milliseconds