HomeSort by relevance Sort by last modified time
    Searched refs:ATTENDEE_STATUS_NONE (Results 1 - 25 of 30) sorted by null

1 2

  /packages/apps/Calendar/src/com/android/calendar/
GoogleCalendarUriIntentFilter.java 23 import static android.provider.CalendarContract.Attendees.ATTENDEE_STATUS_NONE;
201 int attendeeStatus = ATTENDEE_STATUS_NONE;
228 if (attendeeStatus != ATTENDEE_STATUS_NONE) {
EventInfoFragment.java 338 private int mAttendeeResponseFromIntent = Attendees.ATTENDEE_STATUS_NONE;
339 private int mUserSetResponse = Attendees.ATTENDEE_STATUS_NONE;
343 private int mTentativeUserSetResponse = Attendees.ATTENDEE_STATUS_NONE;
    [all...]
EventInfoActivity.java 91 Attendees.ATTENDEE_STATUS_NONE);
CalendarController.java 175 * Set to Attendees.ATTENDEE_STATUS_NONE, Attendees.ATTENDEE_STATUS_ACCEPTED,
205 return Attendees.ATTENDEE_STATUS_NONE;
211 return Attendees.ATTENDEE_STATUS_NONE;
229 case Attendees.ATTENDEE_STATUS_NONE:
319 EventInfo.buildViewExtraLong(Attendees.ATTENDEE_STATUS_NONE, false),
334 * Use Attendees.ATTENDEE_STATUS_NONE for no response.
354 * Use Attendees.ATTENDEE_STATUS_NONE for no response.
    [all...]
Event.java 215 e.selfAttendeeStatus = Attendees.ATTENDEE_STATUS_NONE;
AllInOneActivity.java 139 private int mIntentAttendeeResponse = Attendees.ATTENDEE_STATUS_NONE;
449 ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_NONE);
    [all...]
CalendarEventModel.java 84 this(name, email, Attendees.ATTENDEE_STATUS_NONE, null, null);
DayView.java     [all...]
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
CalendarSyncAdapterTests.java 443 assertEquals(Attendees.ATTENDEE_STATUS_NONE, c.getInt(ATTENDEE_STATUS));
457 assertEquals(Attendees.ATTENDEE_STATUS_NONE, c.getInt(ATTENDEE_STATUS));
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
CalendarSyncAdapterTests.java 443 assertEquals(Attendees.ATTENDEE_STATUS_NONE, c.getInt(ATTENDEE_STATUS));
457 assertEquals(Attendees.ATTENDEE_STATUS_NONE, c.getInt(ATTENDEE_STATUS));
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java     [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 429 Attendees.ATTENDEE_STATUS_NONE, false,
AgendaListView.java 203 Attendees.ATTENDEE_STATUS_NONE, item.allDay), holderStartTime);
AgendaWindowAdapter.java 681 Attendees.ATTENDEE_STATUS_NONE,
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
AttendeesView.java 218 if (item.mAttendee.mStatus == Attendees.ATTENDEE_STATUS_NONE) {
EditEventHelper.java 158 Attendees.ATTENDEE_STATUS_NONE,
549 values.put(Attendees.ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_NONE);
    [all...]
EditEventFragment.java     [all...]
EditEventView.java 579 if (status != Attendees.ATTENDEE_STATUS_NONE) {
685 if (status != Attendees.ATTENDEE_STATUS_NONE) {
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/event/
EditEventHelperTest.java 277 mExpectedValues.put(Attendees.ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_NONE);
305 mExpectedValues.put(Attendees.ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_NONE);
325 mExpectedValues.put(Attendees.ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_NONE);
345 mExpectedValues.put(Attendees.ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_NONE);
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
CalendarUtilities.java     [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
CalendarSyncAdapter.java     [all...]
  /frameworks/base/core/java/android/provider/
CalendarContract.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 597 final boolean responded = status != Attendees.ATTENDEE_STATUS_NONE
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java     [all...]

Completed in 113 milliseconds

1 2