Home
last modified time | relevance | path

Searched refs:ATTENDEE_TYPE (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Calendar/tests/src/com/android/calendar/event/
DEditEventHelperTest.java276 mExpectedValues.put(Attendees.ATTENDEE_TYPE, Attendees.TYPE_REQUIRED); in addAttendeeChangesOps()
290 mExpectedValues.put(Attendees.ATTENDEE_TYPE, Attendees.TYPE_REQUIRED); in addOwnerAttendee()
304 mExpectedValues.put(Attendees.ATTENDEE_TYPE, Attendees.TYPE_REQUIRED); in addTestAttendees()
324 mExpectedValues.put(Attendees.ATTENDEE_TYPE, Attendees.TYPE_REQUIRED); in addTestAttendees()
344 mExpectedValues.put(Attendees.ATTENDEE_TYPE, Attendees.TYPE_REQUIRED); in addTestAttendees()
/packages/apps/Exchange/src/com/android/exchange/adapter/
DCalendarSyncParser.java261 attendeeCv.put(Attendees.ATTENDEE_TYPE, Attendees.TYPE_REQUIRED); in addOrganizerToAttendees()
1033 cv.put(Attendees.ATTENDEE_TYPE, type); in attendeeParser()
/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventHelper.java451 values.put(Attendees.ATTENDEE_TYPE, Attendees.TYPE_REQUIRED); in saveEvent()
548 values.put(Attendees.ATTENDEE_TYPE, Attendees.TYPE_REQUIRED); in saveEvent()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DCalendarInteraction.java122 return mValues.getAsInteger(Attendees.ATTENDEE_TYPE); in getAttendeeType()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java132 Attendees.ATTENDEE_TYPE + "," +
439 CalendarContract.Attendees.ATTENDEE_TYPE + " INTEGER," + in bootstrapDB()
DCalendarProvider2.java2754 values.put(Attendees.ATTENDEE_TYPE, Attendees.TYPE_NONE); in createAttendeeEntry()
4922 sAttendeesProjectionMap.put(Attendees.ATTENDEE_TYPE, "attendeeType"); in sAttendeesProjectionMap.put() argument
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java2052 attendee.put(CalendarContract.Attendees.ATTENDEE_TYPE, in testAttendees()
2224 attendee.put(CalendarContract.Attendees.ATTENDEE_TYPE, in internalTestDirty()