Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java4035 count = updateRawContacts(values, selection, selectionArgs, callerIsSyncAdapter); in updateInTransaction()
4044 count = updateRawContacts(values, RawContacts._ID + "=?" in updateInTransaction()
4049 count = updateRawContacts(values, RawContacts._ID + "=?", mSelectionArgs1, in updateInTransaction()
4384 private int updateRawContacts(ContentValues values, String selection, String[] selectionArgs, in updateRawContacts() method in ContactsProvider2