Home
last modified time | relevance | path

Searched refs:ATTENDEE_STATUS (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DEventInfoActivity.java20 import static android.provider.CalendarContract.Attendees.ATTENDEE_STATUS;
82 attendeeResponse = intent.getIntExtra(ATTENDEE_STATUS, in onCreate()
DCalendarController.java22 import static android.provider.CalendarContract.Attendees.ATTENDEE_STATUS;
664 intent.putExtra(ATTENDEE_STATUS, response); in launchViewEvent()
DAllInOneActivity.java77 import static android.provider.CalendarContract.Attendees.ATTENDEE_STATUS;
408 ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_NONE); in parseViewAction()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java2172 attValues.put(Attendees.ATTENDEE_STATUS, in handleInsertException()
2178 attValues.getAsString(Attendees.ATTENDEE_STATUS)); in handleInsertException()
2995 values.put(Attendees.ATTENDEE_STATUS, status); in createAttendeeEntry()
3098 Integer statusObj = attendeeValues.getAsInteger(Attendees.ATTENDEE_STATUS); in updateEventAttendeeStatus()
5183 sAttendeesProjectionMap.put(Attendees.ATTENDEE_STATUS, "attendeeStatus"); in sAttendeesProjectionMap.put() argument
DCalendarDatabaseHelper.java130 Attendees.ATTENDEE_STATUS + "," +
437 CalendarContract.Attendees.ATTENDEE_STATUS + " INTEGER," + in bootstrapDB()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java2250 attendeeUpdate.put(CalendarContract.Attendees.ATTENDEE_STATUS, in testAttendees()
2252 attendee.put(CalendarContract.Attendees.ATTENDEE_STATUS, in testAttendees()
2272 attendee.put(CalendarContract.Attendees.ATTENDEE_STATUS, in testAttendees()