Searched refs:ATTENDEE_EMAIL (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/calendarsync/ |
D | CalendarImporter.java | 207 values.put(CalendarContract.Attendees.ATTENDEE_EMAIL, attendee.getEmail()); in insertAttendees()
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarProvider2.java | 354 "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
|
D | CalendarDatabaseHelper.java | 129 Attendees.ATTENDEE_EMAIL + "," + 436 CalendarContract.Attendees.ATTENDEE_EMAIL + " TEXT," + in bootstrapDB()
|
/packages/apps/Car/CompanionDeviceSupport/tests/unit/src/com/android/car/companiondevicesupport/feature/calendarsync/ |
D | CalendarImporterTest.java | 260 argument.getAsString(Attendees.ATTENDEE_EMAIL).equals(attendee.getEmail()) &&
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | CalendarProvider2Test.java | 2161 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()
|