Home
last modified time | relevance | path

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

/packages/apps/Calendar/tests/src/com/android/calendar/event/
DEditEventHelperTest.java274 mExpectedValues.put(Attendees.ATTENDEE_EMAIL, "different@email.bit"); in addAttendeeChangesOps()
288 mExpectedValues.put(Attendees.ATTENDEE_EMAIL, mModel1.mOwnerAccount); in addOwnerAttendee()
302 mExpectedValues.put(Attendees.ATTENDEE_EMAIL, "ad1@email.com"); in addTestAttendees()
322 mExpectedValues.put(Attendees.ATTENDEE_EMAIL, "first@email.com"); in addTestAttendees()
342 mExpectedValues.put(Attendees.ATTENDEE_EMAIL, "different@email.bit"); in addTestAttendees()
/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventHelper.java132 + Attendees.ATTENDEE_EMAIL + " IN (";
225 Attendees.ATTENDEE_EMAIL, // 2
449 values.put(Attendees.ATTENDEE_EMAIL, ownerEmail); in saveEvent()
545 values.put(Attendees.ATTENDEE_EMAIL, attendee.mEmail); in saveEvent()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DCalendarInteractionsLoader.java139 = " REPLACE(" + CalendarContract.Attendees.ATTENDEE_EMAIL in caseAndDotInsensitiveEmailComparisonClause()
DCalendarInteraction.java95 return mValues.getAsString(Attendees.ATTENDEE_EMAIL); in getAttendeeEmail()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertReceiver.java587 Attendees.ATTENDEE_EMAIL, // 0
594 + Attendees.ATTENDEE_EMAIL + " ASC";
/packages/apps/Calendar/src/com/android/calendar/
DGoogleCalendarUriIntentFilter.java288 Attendees.ATTENDEE_EMAIL + "=? AND " + Attendees.EVENT_ID + "=?", in updateSelfAttendeeStatus()
DEventInfoFragment.java234 Attendees.ATTENDEE_EMAIL, // 2
261 + Attendees.ATTENDEE_EMAIL + " ASC";
1375 values.put(Attendees.ATTENDEE_EMAIL, mCalendarOwnerAccount); in updateResponse()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java339 "group_concat(" + CalendarContract.Attendees.ATTENDEE_EMAIL + ")";
1998 Attendees.EVENT_ID + "=? AND " + Attendees.ATTENDEE_EMAIL + "=?", in handleInsertException()
2009 Attendees.ATTENDEE_EMAIL + "=?", in handleInsertException()
2750 values.put(Attendees.ATTENDEE_EMAIL, emailAddress); in createAttendeeEntry()
2824 if (attendeeValues.containsKey(Attendees.ATTENDEE_EMAIL)) { in updateEventAttendeeStatus()
2825 attendeeEmail = attendeeValues.getAsString(Attendees.ATTENDEE_EMAIL); in updateEventAttendeeStatus()
4877 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.java2038 attendee.put(CalendarContract.Attendees.ATTENDEE_EMAIL, DEFAULT_ACCOUNT); in testInsertAttendeeToNonExistentEvent()
2114 attendee.put(CalendarContract.Attendees.ATTENDEE_EMAIL, DEFAULT_ACCOUNT); in testAttendees()
2167 attendee.put(CalendarContract.Attendees.ATTENDEE_EMAIL, "dude@dude.com"); in testAttendees()
2286 attendee.put(CalendarContract.Attendees.ATTENDEE_EMAIL, DEFAULT_ACCOUNT); in internalTestDirty()