Searched refs:attendee (Results 1 – 6 of 6) sorted by relevance
2159 ContentValues attendee = new ContentValues(); in testInsertAttendeeToNonExistentEvent() local2160 attendee.put(CalendarContract.Attendees.ATTENDEE_NAME, "Joe"); in testInsertAttendeeToNonExistentEvent()2161 attendee.put(CalendarContract.Attendees.ATTENDEE_EMAIL, DEFAULT_ACCOUNT); in testInsertAttendeeToNonExistentEvent()2162 attendee.put(CalendarContract.Attendees.ATTENDEE_TYPE, in testInsertAttendeeToNonExistentEvent()2164 attendee.put(CalendarContract.Attendees.ATTENDEE_RELATIONSHIP, in testInsertAttendeeToNonExistentEvent()2166 attendee.put(CalendarContract.Attendees.EVENT_ID, 1); in testInsertAttendeeToNonExistentEvent()2167 attendee.put(CalendarContract.Attendees.ATTENDEE_IDENTITY, "ID1"); in testInsertAttendeeToNonExistentEvent()2168 attendee.put(CalendarContract.Attendees.ATTENDEE_ID_NAMESPACE, "IDNS1"); in testInsertAttendeeToNonExistentEvent()2169 Uri attendeesUri = mResolver.insert(CalendarContract.Attendees.CONTENT_URI, attendee); in testInsertAttendeeToNonExistentEvent()2235 ContentValues attendee = new ContentValues(); in testAttendees() local[all …]
7663 com.eventbrite.attendee 10001