Searched refs:ATTENDEE_RELATIONSHIP (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Calendar/tests/src/com/android/calendar/event/ |
D | EditEventHelperTest.java | 275 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/ |
D | CalendarInteraction.java | 114 return mValues.getAsInteger(Attendees.ATTENDEE_RELATIONSHIP); in getAttendeeRelationship()
|
/packages/apps/Calendar/src/com/android/calendar/event/ |
D | EditEventHelper.java | 226 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/ |
D | CalendarDatabaseHelper.java | 131 Attendees.ATTENDEE_RELATIONSHIP + "," + 438 CalendarContract.Attendees.ATTENDEE_RELATIONSHIP + " INTEGER," + in bootstrapDB()
|
D | CalendarProvider2.java | 2772 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/ |
D | CalendarProvider2Test.java | 2041 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/ |
D | EventInfoFragment.java | 235 Attendees.ATTENDEE_RELATIONSHIP, // 3
|