Searched refs:updateContactOptions (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 4055 count = updateContactOptions(values, selection, selectionArgs, callerIsSyncAdapter); in updateInTransaction() 4064 count = updateContactOptions(db, ContentUris.parseId(uri), values, in updateInTransaction() 4083 count = updateContactOptions(db, contactId, values, callerIsSyncAdapter); in updateInTransaction() 4736 private int updateContactOptions(ContentValues values, String selection, in updateContactOptions() method in ContactsProvider2 4747 updateContactOptions(db, contactId, values, callerIsSyncAdapter); in updateContactOptions() 4757 private int updateContactOptions( in updateContactOptions() method in ContactsProvider2
|