Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java2148 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()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java133 Attendees.ATTENDEE_IDENTITY + "," +
440 CalendarContract.Attendees.ATTENDEE_IDENTITY + " TEXT," + in bootstrapDB()
DCalendarProvider2.java5186 sAttendeesProjectionMap.put(Attendees.ATTENDEE_IDENTITY, "attendeeIdentity"); in sAttendeesProjectionMap.put() argument