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.java4130 count = updateRawContacts(values, selection, selectionArgs, callerIsSyncAdapter); in updateInTransaction()
4142 count = updateRawContacts(values, RawContacts._ID + "=?" in updateInTransaction()
4147 count = updateRawContacts(values, RawContacts._ID + "=?", mSelectionArgs1, in updateInTransaction()
4490 private int updateRawContacts(ContentValues values, String selection, String[] selectionArgs, in updateRawContacts() method in ContactsProvider2