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.java3726 markRawContactAsDeleted(db, rawContactId, callerIsSyncAdapter); in deleteContact()
3777 count = markRawContactAsDeleted(db, rawContactId, callerIsSyncAdapter); in deleteRawContact()
3886 private int markRawContactAsDeleted( in markRawContactAsDeleted() method in ContactsProvider2