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