Searched refs:ATTENDEE_IDENTITY (Results 1 – 3 of 3) sorted by relevance
2148 attendee.put(CalendarContract.Attendees.ATTENDEE_IDENTITY, "ID1"); in testInsertAttendeeToNonExistentEvent()2224 attendee.put(CalendarContract.Attendees.ATTENDEE_IDENTITY, "ID1"); in testAttendees()2248 attendeeUpdate.put(CalendarContract.Attendees.ATTENDEE_IDENTITY, "ID2"); in testAttendees()2249 attendee.put(CalendarContract.Attendees.ATTENDEE_IDENTITY, "ID2"); in testAttendees()
133 Attendees.ATTENDEE_IDENTITY + "," +440 CalendarContract.Attendees.ATTENDEE_IDENTITY + " TEXT," + in bootstrapDB()
5186 sAttendeesProjectionMap.put(Attendees.ATTENDEE_IDENTITY, "attendeeIdentity"); in sAttendeesProjectionMap.put() argument