Searched refs:updateRawContacts (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 4035 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
|