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.kt20 import android.provider.CalendarContract.Attendees.ATTENDEE_STATUS
79 ATTENDEE_STATUS, in onCreate()
DCalendarController.kt20 import android.provider.CalendarContract.Attendees.ATTENDEE_STATUS
642 intent.putExtra(ATTENDEE_STATUS, response) in launchViewEvent()
DAllInOneActivity.kt67 import android.provider.CalendarContract.Attendees.ATTENDEE_STATUS
367 ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_NONE in parseViewAction()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java130 Attendees.ATTENDEE_STATUS + "," +
437 CalendarContract.Attendees.ATTENDEE_STATUS + " INTEGER," + in bootstrapDB()
DCalendarProvider2.java2195 attValues.put(Attendees.ATTENDEE_STATUS, in handleInsertException()
2201 attValues.getAsString(Attendees.ATTENDEE_STATUS)); in handleInsertException()
3018 values.put(Attendees.ATTENDEE_STATUS, status); in createAttendeeEntry()
3121 Integer statusObj = attendeeValues.getAsInteger(Attendees.ATTENDEE_STATUS); in updateEventAttendeeStatus()
5206 sAttendeesProjectionMap.put(Attendees.ATTENDEE_STATUS, "attendeeStatus"); in sAttendeesProjectionMap.put() argument
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java2269 attendeeUpdate.put(CalendarContract.Attendees.ATTENDEE_STATUS, in testAttendees()
2271 attendee.put(CalendarContract.Attendees.ATTENDEE_STATUS, in testAttendees()
2291 attendee.put(CalendarContract.Attendees.ATTENDEE_STATUS, in testAttendees()