Searched refs:ATTENDEE_STATUS (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Calendar/src/com/android/calendar/ |
D | EventInfoActivity.kt | 20 import android.provider.CalendarContract.Attendees.ATTENDEE_STATUS 79 ATTENDEE_STATUS, in onCreate()
|
D | CalendarController.kt | 20 import android.provider.CalendarContract.Attendees.ATTENDEE_STATUS 642 intent.putExtra(ATTENDEE_STATUS, response) in launchViewEvent()
|
D | AllInOneActivity.kt | 67 import android.provider.CalendarContract.Attendees.ATTENDEE_STATUS 367 ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_NONE in parseViewAction()
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarDatabaseHelper.java | 130 Attendees.ATTENDEE_STATUS + "," + 437 CalendarContract.Attendees.ATTENDEE_STATUS + " INTEGER," + in bootstrapDB()
|
D | CalendarProvider2.java | 2195 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/ |
D | CalendarProvider2Test.java | 2269 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()
|