Searched defs:updateContactOptions (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java3884 count = updateContactOptions(values, selection, selectionArgs, callerIsSyncAdapter);
3889 count = updateContactOptions(ContentUris.parseId(uri), values, callerIsSyncAdapter);
3903 count = updateContactOptions(contactId, values, callerIsSyncAdapter);
4390 private int updateContactOptions(ContentValues values, String selection, method in class:ContactsProvider2
4399 updateContactOptions(contactId, values, callerIsSyncAdapter);
4409 private int updateContactOptions(long contactId, ContentValues values, method in class:ContactsProvider2

Completed in 38 milliseconds