Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java3966 count = updateContactOptions(values, selection, selectionArgs, callerIsSyncAdapter); in updateInTransaction()
3972 count = updateContactOptions(db, ContentUris.parseId(uri), values, in updateInTransaction()
3988 count = updateContactOptions(db, contactId, values, callerIsSyncAdapter); in updateInTransaction()
4635 private int updateContactOptions(ContentValues values, String selection, in updateContactOptions() method in ContactsProvider2
4646 updateContactOptions(db, contactId, values, callerIsSyncAdapter); in updateContactOptions()
4656 private int updateContactOptions( in updateContactOptions() method in ContactsProvider2