Lines Matching refs:Attendees
52 import android.provider.CalendarContract.Attendees;
232 Attendees._ID, // 0
233 Attendees.ATTENDEE_NAME, // 1
234 Attendees.ATTENDEE_EMAIL, // 2
235 Attendees.ATTENDEE_RELATIONSHIP, // 3
236 Attendees.ATTENDEE_STATUS, // 4
237 Attendees.ATTENDEE_IDENTITY, // 5
238 Attendees.ATTENDEE_ID_NAMESPACE // 6
253 ATTENDEES_PROJECTION[ATTENDEES_INDEX_IDENTITY] = Attendees._ID; // dummy value
254 ATTENDEES_PROJECTION[ATTENDEES_INDEX_ID_NAMESPACE] = Attendees._ID; // dummy value
258 private static final String ATTENDEES_WHERE = Attendees.EVENT_ID + "=?";
260 private static final String ATTENDEES_SORT_ORDER = Attendees.ATTENDEE_NAME + " ASC, "
261 + Attendees.ATTENDEE_EMAIL + " ASC";
338 private int mAttendeeResponseFromIntent = Attendees.ATTENDEE_STATUS_NONE;
339 private int mUserSetResponse = Attendees.ATTENDEE_STATUS_NONE;
343 private int mTentativeUserSetResponse = Attendees.ATTENDEE_STATUS_NONE;
517 // start attendees query
518 uri = Attendees.CONTENT_URI;
764 if (mTentativeUserSetResponse != Attendees.ATTENDEE_STATUS_NONE) {
820 if (mUserSetResponse != Attendees.ATTENDEE_STATUS_NONE) {
842 mTentativeUserSetResponse = Attendees.ATTENDEE_STATUS_NONE;
847 if (mAttendeeResponseFromIntent != Attendees.ATTENDEE_STATUS_NONE) {
880 Attendees.ATTENDEE_STATUS_NONE);
881 if (mTentativeUserSetResponse != Attendees.ATTENDEE_STATUS_NONE &&
890 Attendees.ATTENDEE_STATUS_NONE);
891 if (mUserSetResponse != Attendees.ATTENDEE_STATUS_NONE) {
1076 mOriginalAttendeeResponse = Attendees.ATTENDEE_STATUS_NONE;
1093 Attendees.RELATIONSHIP_ORGANIZER) {
1122 case Attendees.ATTENDEE_STATUS_ACCEPTED:
1124 Attendees.ATTENDEE_STATUS_ACCEPTED, identity,
1127 case Attendees.ATTENDEE_STATUS_DECLINED:
1129 Attendees.ATTENDEE_STATUS_DECLINED, identity,
1132 case Attendees.ATTENDEE_STATUS_TENTATIVE:
1134 Attendees.ATTENDEE_STATUS_TENTATIVE, identity,
1139 Attendees.ATTENDEE_STATUS_NONE, identity,
1170 if (mTentativeUserSetResponse != Attendees.ATTENDEE_STATUS_NONE &&
1178 if (mAttendeeResponseFromIntent != Attendees.ATTENDEE_STATUS_NONE) {
1184 if (mUserSetResponse != Attendees.ATTENDEE_STATUS_NONE) {
1326 if (status == Attendees.ATTENDEE_STATUS_NONE) {
1370 // Update the attendee status in the attendees table. the provider
1375 values.put(Attendees.ATTENDEE_EMAIL, mCalendarOwnerAccount);
1377 values.put(Attendees.ATTENDEE_STATUS, status);
1378 values.put(Attendees.EVENT_ID, eventId);
1380 Uri uri = ContentUris.withAppendedId(Attendees.CONTENT_URI, attendeeId);
1389 * Attendees.attendeeStatus entry.
1412 response = Attendees.ATTENDEE_STATUS_ACCEPTED;
1414 response = Attendees.ATTENDEE_STATUS_TENTATIVE;
1416 response = Attendees.ATTENDEE_STATUS_DECLINED;
1418 response = Attendees.ATTENDEE_STATUS_NONE;
1426 case Attendees.ATTENDEE_STATUS_ACCEPTED:
1429 case Attendees.ATTENDEE_STATUS_TENTATIVE:
1432 case Attendees.ATTENDEE_STATUS_DECLINED:
1975 // (if the attendee data has been hidden, the visible number of attendees
1993 if (mTentativeUserSetResponse != Attendees.ATTENDEE_STATUS_NONE) {
1995 } else if (mUserSetResponse != Attendees.ATTENDEE_STATUS_NONE) {
1997 } else if (mAttendeeResponseFromIntent != Attendees.ATTENDEE_STATUS_NONE) {
2071 if (mTentativeUserSetResponse != Attendees.ATTENDEE_STATUS_NONE
2095 } else if (mTentativeUserSetResponse != Attendees.ATTENDEE_STATUS_NONE) {
2226 * Email all the attendees of the event, except for the viewer (so as to not email