Searched refs:attendee (Results 1 – 1 of 1) sorted by relevance
622 ContentValues attendee = new ContentValues(); in addAttendee() local623 attendee.put(Attendees.EVENT_ID, eventId); in addAttendee()624 attendee.put(Attendees.ATTENDEE_NAME, name); in addAttendee()625 attendee.put(Attendees.ATTENDEE_EMAIL, email); in addAttendee()626 attendee.put(Attendees.ATTENDEE_STATUS, status); in addAttendee()627 attendee.put(Attendees.ATTENDEE_RELATIONSHIP, relationship); in addAttendee()628 attendee.put(Attendees.ATTENDEE_TYPE, type); in addAttendee()629 Uri result = resolver.insert(uri, attendee); in addAttendee()1053 ContentValues attendee = new ContentValues(); in testEventsEntityQuery() local1054 attendee.put(Attendees.ATTENDEE_NAME, "Joe"); in testEventsEntityQuery()[all …]