Searched refs:attendeeUpdate (Results 1 – 1 of 1) sorted by relevance
2266 ContentValues attendeeUpdate = new ContentValues(); in testAttendees() local2267 attendeeUpdate.put(CalendarContract.Attendees.ATTENDEE_IDENTITY, "ID2"); in testAttendees()2269 attendeeUpdate.put(CalendarContract.Attendees.ATTENDEE_STATUS, in testAttendees()2273 mResolver.update(attendeesUri, attendeeUpdate, null, null); in testAttendees()