Lines Matching refs:STATUS
840 // not change the dialog status
1088 int status = mAttendeesCursor.getInt(ATTENDEES_INDEX_STATUS);
1118 // Don't show your own status in the list because:
1121 switch(status) {
1324 int status = getResponseFromButtonId(
1326 if (status == Attendees.ATTENDEE_STATUS_NONE) {
1330 // If the status has not changed, then don't update the database
1331 if (status == mOriginalAttendeeResponse) {
1335 // If we never got an owner attendee id we can't set the status
1342 updateResponse(mEventId, mCalendarOwnerAttendeeId, status);
1343 mOriginalAttendeeResponse = status;
1355 createExceptionResponse(mEventId, status);
1356 mOriginalAttendeeResponse = status;
1359 updateResponse(mEventId, mCalendarOwnerAttendeeId, status);
1360 mOriginalAttendeeResponse = status;
1369 private void updateResponse(long eventId, long attendeeId, int status) {
1370 // Update the attendee status in the attendees table. the provider
1371 // takes care of updating the self attendance status.
1377 values.put(Attendees.ATTENDEE_STATUS, status);
1388 * "self attendee status" value. The provider will take care of updating the corresponding
1392 * @param status The new value for selfAttendeeStatus.
1394 private void createExceptionResponse(long eventId, int status) {
1397 values.put(Events.SELF_ATTENDEE_STATUS, status);
1398 values.put(Events.STATUS, Events.STATUS_CONFIRMED);
1978 // paying attention to whether or not an attendee status was
2269 // not change the dialog status