Searched refs:ATTENDEE_STATUS (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Calendar/src/com/android/calendar/ |
D | EventInfoActivity.java | 20 import static android.provider.CalendarContract.Attendees.ATTENDEE_STATUS; 82 attendeeResponse = intent.getIntExtra(ATTENDEE_STATUS, in onCreate()
|
D | CalendarController.java | 22 import static android.provider.CalendarContract.Attendees.ATTENDEE_STATUS; 664 intent.putExtra(ATTENDEE_STATUS, response); in launchViewEvent()
|
D | AllInOneActivity.java | 77 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/ |
D | CalendarProvider2.java | 2172 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
|
D | CalendarDatabaseHelper.java | 130 Attendees.ATTENDEE_STATUS + "," + 437 CalendarContract.Attendees.ATTENDEE_STATUS + " INTEGER," + in bootstrapDB()
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | CalendarProvider2Test.java | 2250 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()
|