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.java210 values.put(CalendarContract.Attendees.ATTENDEE_EMAIL, attendee.getEmail()); in insertAttendees()
/packages/apps/Car/CompanionDeviceSupport/tests/unit/src/com/android/car/companiondevicesupport/feature/calendarsync/
DCalendarImporterTest.java240 argument.getAsString(Attendees.ATTENDEE_EMAIL).equals(attendee.getEmail()) &&
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java353 "group_concat(" + CalendarContract.Attendees.ATTENDEE_EMAIL + ")";
2181 Attendees.EVENT_ID + "=? AND " + Attendees.ATTENDEE_EMAIL + "=?", in handleInsertException()
2192 Attendees.ATTENDEE_EMAIL + "=?", in handleInsertException()
3001 values.put(Attendees.ATTENDEE_EMAIL, emailAddress); in createAttendeeEntry()
3075 if (attendeeValues.containsKey(Attendees.ATTENDEE_EMAIL)) { in updateEventAttendeeStatus()
3076 attendeeEmail = attendeeValues.getAsString(Attendees.ATTENDEE_EMAIL); in updateEventAttendeeStatus()
5182 sAttendeesProjectionMap.put(Attendees.ATTENDEE_EMAIL, "attendeeEmail"); in sAttendeesProjectionMap.put() argument
DCalendarDatabaseHelper.java129 Attendees.ATTENDEE_EMAIL + "," +
436 CalendarContract.Attendees.ATTENDEE_EMAIL + " TEXT," + in bootstrapDB()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java2142 attendee.put(CalendarContract.Attendees.ATTENDEE_EMAIL, DEFAULT_ACCOUNT); in testInsertAttendeeToNonExistentEvent()
2218 attendee.put(CalendarContract.Attendees.ATTENDEE_EMAIL, DEFAULT_ACCOUNT); in testAttendees()
2271 attendee.put(CalendarContract.Attendees.ATTENDEE_EMAIL, "dude@dude.com"); in testAttendees()
2390 attendee.put(CalendarContract.Attendees.ATTENDEE_EMAIL, DEFAULT_ACCOUNT); in internalTestDirty()