Home
last modified time | relevance | path

Searched refs:attendeeUpdate (Results 1 – 1 of 1) sorted by relevance

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java2266 ContentValues attendeeUpdate = new ContentValues(); in testAttendees() local
2267 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()