Searched refs:bulkUpdate (Results 1 – 1 of 1) sorted by relevance
1249 ContentValues bulkUpdate = new ContentValues(); in testAttendees() local1250 bulkUpdate.put(Attendees.ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_INVITED); in testAttendees()1252 int count = mContentResolver.update(Attendees.CONTENT_URI, bulkUpdate, in testAttendees()