Searched refs:updateRawContact (Results 1 – 1 of 1) sorted by relevance
4315 return updateRawContact(db, rawContactId, values, callerIsSyncAdapter); in markRawContactAsDeleted()4830 updateRawContact(db, rawContactId, values, callerIsSyncAdapter); in updateRawContacts()4862 private int updateRawContact(SQLiteDatabase db, long rawContactId, ContentValues values, in updateRawContact() method in ContactsProvider2