Searched refs:ATTENDEE_IDENTITY (Results 1 – 3 of 3) sorted by relevance
2167 attendee.put(CalendarContract.Attendees.ATTENDEE_IDENTITY, "ID1"); in testInsertAttendeeToNonExistentEvent()2243 attendee.put(CalendarContract.Attendees.ATTENDEE_IDENTITY, "ID1"); in testAttendees()2267 attendeeUpdate.put(CalendarContract.Attendees.ATTENDEE_IDENTITY, "ID2"); in testAttendees()2268 attendee.put(CalendarContract.Attendees.ATTENDEE_IDENTITY, "ID2"); in testAttendees()
133 Attendees.ATTENDEE_IDENTITY + "," +440 CalendarContract.Attendees.ATTENDEE_IDENTITY + " TEXT," + in bootstrapDB()
5188 sAttendeesProjectionMap.put(Attendees.ATTENDEE_IDENTITY, "attendeeIdentity"); in sAttendeesProjectionMap.put() argument