Searched refs:updateRawContacts (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java3943 count = updateRawContacts(values, selection, selectionArgs, callerIsSyncAdapter);
3951 count = updateRawContacts(values, RawContacts._ID + "=?"
3956 count = updateRawContacts(values, RawContacts._ID + "=?", mSelectionArgs1,
4225 private int updateRawContacts(ContentValues values, String selection, String[] selectionArgs, method in class:ContactsProvider2

Completed in 33 milliseconds