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