Searched refs:updateContactOptions (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | ContactsProvider2.java | 4108 count = updateContactOptions(values, selection, selectionArgs, callerIsSyncAdapter); in updateInTransaction() 4114 count = updateContactOptions(db, ContentUris.parseId(uri), values, in updateInTransaction() 4130 count = updateContactOptions(db, contactId, values, callerIsSyncAdapter); in updateInTransaction() 4770 private int updateContactOptions(ContentValues values, String selection, in updateContactOptions() method in ContactsProvider2 4781 updateContactOptions(db, contactId, values, callerIsSyncAdapter); in updateContactOptions() 4791 private int updateContactOptions( in updateContactOptions() method in ContactsProvider2
|