Home
last modified time | relevance | path

Searched refs:ATTENDEE_TYPE (Results 1 – 6 of 6) 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/Contacts/src/com/android/contacts/interactions/
DCalendarInteraction.java119 return mValues.getAsInteger(Attendees.ATTENDEE_TYPE); in getAttendeeType()
/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/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java132 Attendees.ATTENDEE_TYPE + "," +
439 CalendarContract.Attendees.ATTENDEE_TYPE + " INTEGER," + in bootstrapDB()
DCalendarProvider2.java2745 values.put(Attendees.ATTENDEE_TYPE, Attendees.TYPE_NONE); in createAttendeeEntry()
4880 sAttendeesProjectionMap.put(Attendees.ATTENDEE_TYPE, "attendeeType"); in sAttendeesProjectionMap.put() argument
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java2039 attendee.put(CalendarContract.Attendees.ATTENDEE_TYPE, in testInsertAttendeeToNonExistentEvent()
2115 attendee.put(CalendarContract.Attendees.ATTENDEE_TYPE, in testAttendees()
2287 attendee.put(CalendarContract.Attendees.ATTENDEE_TYPE, in internalTestDirty()