Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java4144 markRawContactAsDeleted(db, rawContactId, callerIsSyncAdapter); in deleteContact()
4195 count = markRawContactAsDeleted(db, rawContactId, callerIsSyncAdapter); in deleteRawContact()
4304 private int markRawContactAsDeleted( in markRawContactAsDeleted() method in ContactsProvider2