HomeSort by relevance Sort by last modified time
    Searched refs:ATTENDEE_STATUS (Results 1 - 7 of 7) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
GoogleCalendarUriIntentFilter.java 22 import static android.provider.Calendar.AttendeesColumns.ATTENDEE_STATUS;
98 intent.putExtra(ATTENDEE_STATUS, attendeeStatus);
EventInfoActivity.java 21 import static android.provider.Calendar.AttendeesColumns.ATTENDEE_STATUS;
142 Attendees.ATTENDEE_STATUS, // 4
333 mAttendeeResponseFromIntent = intent.getIntExtra(ATTENDEE_STATUS, ATTENDEE_NO_RESPONSE);
761 values.put(Attendees.ATTENDEE_STATUS, status);
    [all...]
EditEvent.java     [all...]
  /frameworks/base/core/java/android/provider/
Calendar.java 345 public static final String ATTENDEE_STATUS = "attendeeStatus";
633 Attendees.ATTENDEE_STATUS,
755 attendeeValues.put(Attendees.ATTENDEE_STATUS,
808 AttendeesColumns.ATTENDEE_STATUS };
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 102 new String[] {Attendees.ATTENDEE_STATUS};
309 attendeeCv.put(Attendees.ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_ACCEPTED);
617 attendee.put(Attendees.ATTENDEE_STATUS, attendeeStatus);
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java     [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java     [all...]

Completed in 207 milliseconds