Searched refs:ATTENDEE_STATUS (Results 1 – 12 of 12) sorted by relevance
/packages/apps/Calendar/src/com/android/calendar/ |
D | EventInfoActivity.java | 20 import static android.provider.CalendarContract.Attendees.ATTENDEE_STATUS; 90 attendeeResponse = intent.getIntExtra(ATTENDEE_STATUS, in onCreate()
|
D | GoogleCalendarUriIntentFilter.java | 261 intent.putExtra(Attendees.ATTENDEE_STATUS, status); in updateSelfAttendeeStatus() 284 values.put(Attendees.ATTENDEE_STATUS, status); in updateSelfAttendeeStatus()
|
D | CalendarController.java | 22 import static android.provider.CalendarContract.Attendees.ATTENDEE_STATUS; 763 intent.putExtra(ATTENDEE_STATUS, response); in launchViewEvent()
|
D | AllInOneActivity.java | 80 import static android.provider.CalendarContract.Attendees.ATTENDEE_STATUS; 449 ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_NONE); in parseViewAction() 1191 intent.putExtra(ATTENDEE_STATUS, response); in handleEvent()
|
D | EventInfoFragment.java | 236 Attendees.ATTENDEE_STATUS, // 4 1377 values.put(Attendees.ATTENDEE_STATUS, status); in updateResponse()
|
/packages/apps/Calendar/src/com/android/calendar/event/ |
D | EditEventHelper.java | 227 Attendees.ATTENDEE_STATUS, // 4 452 values.put(Attendees.ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_ACCEPTED); in saveEvent() 474 values.put(Attendees.ATTENDEE_STATUS, model.mSelfAttendeeStatus); in saveEvent() 549 values.put(Attendees.ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_NONE); in saveEvent()
|
/packages/apps/Calendar/tests/src/com/android/calendar/event/ |
D | EditEventHelperTest.java | 277 mExpectedValues.put(Attendees.ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_NONE); in addAttendeeChangesOps() 291 mExpectedValues.put(Attendees.ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_ACCEPTED); in addOwnerAttendee() 305 mExpectedValues.put(Attendees.ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_NONE); in addTestAttendees() 325 mExpectedValues.put(Attendees.ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_NONE); in addTestAttendees() 345 mExpectedValues.put(Attendees.ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_NONE); in addTestAttendees()
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
D | CalendarInteraction.java | 118 return mValues.getAsInteger(Attendees.ATTENDEE_STATUS); in getAttendeeStatus()
|
/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 | 2013 attValues.put(Attendees.ATTENDEE_STATUS, in handleInsertException() 2019 attValues.getAsString(Attendees.ATTENDEE_STATUS)); in handleInsertException() 2768 values.put(Attendees.ATTENDEE_STATUS, status); in createAttendeeEntry() 2871 Integer statusObj = attendeeValues.getAsInteger(Attendees.ATTENDEE_STATUS); in updateEventAttendeeStatus() 4927 sAttendeesProjectionMap.put(Attendees.ATTENDEE_STATUS, "attendeeStatus"); in sAttendeesProjectionMap.put() argument
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | CalendarProvider2Test.java | 2146 attendeeUpdate.put(CalendarContract.Attendees.ATTENDEE_STATUS, in testAttendees() 2148 attendee.put(CalendarContract.Attendees.ATTENDEE_STATUS, in testAttendees() 2168 attendee.put(CalendarContract.Attendees.ATTENDEE_STATUS, in testAttendees()
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
D | AlertReceiver.java | 588 Attendees.ATTENDEE_STATUS, // 1
|