Home
last modified time | relevance | path

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

/packages/apps/Calendar/tests/src/com/android/calendar/event/
DEditEventHelperTest.java275 mExpectedValues.put(Attendees.ATTENDEE_RELATIONSHIP, Attendees.RELATIONSHIP_ATTENDEE); in addAttendeeChangesOps()
289 mExpectedValues.put(Attendees.ATTENDEE_RELATIONSHIP, Attendees.RELATIONSHIP_ORGANIZER); in addOwnerAttendee()
303 mExpectedValues.put(Attendees.ATTENDEE_RELATIONSHIP, Attendees.RELATIONSHIP_ATTENDEE); in addTestAttendees()
323 mExpectedValues.put(Attendees.ATTENDEE_RELATIONSHIP, Attendees.RELATIONSHIP_ATTENDEE); in addTestAttendees()
343 mExpectedValues.put(Attendees.ATTENDEE_RELATIONSHIP, Attendees.RELATIONSHIP_ATTENDEE); in addTestAttendees()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DCalendarInteraction.java114 return mValues.getAsInteger(Attendees.ATTENDEE_RELATIONSHIP); in getAttendeeRelationship()
/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventHelper.java226 Attendees.ATTENDEE_RELATIONSHIP, // 3
450 values.put(Attendees.ATTENDEE_RELATIONSHIP, Attendees.RELATIONSHIP_ORGANIZER); in saveEvent()
546 values.put(Attendees.ATTENDEE_RELATIONSHIP, in saveEvent()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java131 Attendees.ATTENDEE_RELATIONSHIP + "," +
438 CalendarContract.Attendees.ATTENDEE_RELATIONSHIP + " INTEGER," + in bootstrapDB()
DCalendarProvider2.java2772 values.put(Attendees.ATTENDEE_RELATIONSHIP, in createAttendeeEntry()
2862 Integer relationObj = attendeeValues.getAsInteger(Attendees.ATTENDEE_RELATIONSHIP); in updateEventAttendeeStatus()
4928 sAttendeesProjectionMap.put(Attendees.ATTENDEE_RELATIONSHIP, "attendeeRelationship"); in sAttendeesProjectionMap.put() argument
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java2041 attendee.put(CalendarContract.Attendees.ATTENDEE_RELATIONSHIP, in testInsertAttendeeToNonExistentEvent()
2117 attendee.put(CalendarContract.Attendees.ATTENDEE_RELATIONSHIP, in testAttendees()
2289 attendee.put(CalendarContract.Attendees.ATTENDEE_RELATIONSHIP, in internalTestDirty()
/packages/apps/Calendar/src/com/android/calendar/
DEventInfoFragment.java235 Attendees.ATTENDEE_RELATIONSHIP, // 3