Home
last modified time | relevance | path

Searched refs:ATTENDEE_EMAIL (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/calendarsync/
DCalendarImporter.java207 values.put(CalendarContract.Attendees.ATTENDEE_EMAIL, attendee.getEmail()); in insertAttendees()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java354 "group_concat(" + CalendarContract.Attendees.ATTENDEE_EMAIL + ")";
2183 Attendees.EVENT_ID + "=? AND " + Attendees.ATTENDEE_EMAIL + "=?", in handleInsertException()
2194 Attendees.ATTENDEE_EMAIL + "=?", in handleInsertException()
3003 values.put(Attendees.ATTENDEE_EMAIL, emailAddress); in createAttendeeEntry()
3077 if (attendeeValues.containsKey(Attendees.ATTENDEE_EMAIL)) { in updateEventAttendeeStatus()
3078 attendeeEmail = attendeeValues.getAsString(Attendees.ATTENDEE_EMAIL); in updateEventAttendeeStatus()
5184 sAttendeesProjectionMap.put(Attendees.ATTENDEE_EMAIL, "attendeeEmail"); in sAttendeesProjectionMap.put() argument
DCalendarDatabaseHelper.java129 Attendees.ATTENDEE_EMAIL + "," +
436 CalendarContract.Attendees.ATTENDEE_EMAIL + " TEXT," + in bootstrapDB()
/packages/apps/Car/CompanionDeviceSupport/tests/unit/src/com/android/car/companiondevicesupport/feature/calendarsync/
DCalendarImporterTest.java260 argument.getAsString(Attendees.ATTENDEE_EMAIL).equals(attendee.getEmail()) &&
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java2161 attendee.put(CalendarContract.Attendees.ATTENDEE_EMAIL, DEFAULT_ACCOUNT); in testInsertAttendeeToNonExistentEvent()
2237 attendee.put(CalendarContract.Attendees.ATTENDEE_EMAIL, DEFAULT_ACCOUNT); in testAttendees()
2290 attendee.put(CalendarContract.Attendees.ATTENDEE_EMAIL, "dude@dude.com"); in testAttendees()
2409 attendee.put(CalendarContract.Attendees.ATTENDEE_EMAIL, DEFAULT_ACCOUNT); in internalTestDirty()