Searched refs:ATTENDEE_EMAIL (Results 1 – 3 of 3) sorted by relevance
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarProvider2.java | 357 "group_concat(" + CalendarContract.Attendees.ATTENDEE_EMAIL + ")"; 2205 Attendees.EVENT_ID + "=? AND " + Attendees.ATTENDEE_EMAIL + "=?", in handleInsertException() 2216 Attendees.ATTENDEE_EMAIL + "=?", in handleInsertException() 3025 values.put(Attendees.ATTENDEE_EMAIL, emailAddress); in createAttendeeEntry() 3099 if (attendeeValues.containsKey(Attendees.ATTENDEE_EMAIL)) { in updateEventAttendeeStatus() 3100 attendeeEmail = attendeeValues.getAsString(Attendees.ATTENDEE_EMAIL); in updateEventAttendeeStatus() 5206 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/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()
|