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

  /packages/apps/Calendar/src/com/android/calendar/
EventInfoActivity.java 20 import static android.provider.CalendarContract.Attendees.ATTENDEE_STATUS;
90 attendeeResponse = intent.getIntExtra(ATTENDEE_STATUS,
GoogleCalendarUriIntentFilter.java 20 import static android.provider.CalendarContract.Attendees.ATTENDEE_STATUS;
229 intent.putExtra(ATTENDEE_STATUS, attendeeStatus);
CalendarController.java 22 import static android.provider.CalendarContract.Attendees.ATTENDEE_STATUS;
757 intent.putExtra(ATTENDEE_STATUS, response);
    [all...]
AllInOneActivity.java 22 import static android.provider.CalendarContract.Attendees.ATTENDEE_STATUS;
449 ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_NONE);
    [all...]
EventInfoFragment.java 236 Attendees.ATTENDEE_STATUS, // 4
    [all...]
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
CalendarSyncAdapterTests.java 54 Attendees.ATTENDEE_NAME, Attendees.ATTENDEE_STATUS};
57 private static final int ATTENDEE_STATUS = 2;
443 assertEquals(Attendees.ATTENDEE_STATUS_NONE, c.getInt(ATTENDEE_STATUS));
445 assertEquals(Attendees.ATTENDEE_STATUS_ACCEPTED, c.getInt(ATTENDEE_STATUS));
457 assertEquals(Attendees.ATTENDEE_STATUS_NONE, c.getInt(ATTENDEE_STATUS));
459 assertEquals(Attendees.ATTENDEE_STATUS_ACCEPTED, c.getInt(ATTENDEE_STATUS));
471 assertEquals(Attendees.ATTENDEE_STATUS_ACCEPTED, c.getInt(ATTENDEE_STATUS));
473 assertEquals(Attendees.ATTENDEE_STATUS_ACCEPTED, c.getInt(ATTENDEE_STATUS));
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
CalendarSyncAdapterTests.java 54 Attendees.ATTENDEE_NAME, Attendees.ATTENDEE_STATUS};
57 private static final int ATTENDEE_STATUS = 2;
443 assertEquals(Attendees.ATTENDEE_STATUS_NONE, c.getInt(ATTENDEE_STATUS));
445 assertEquals(Attendees.ATTENDEE_STATUS_ACCEPTED, c.getInt(ATTENDEE_STATUS));
457 assertEquals(Attendees.ATTENDEE_STATUS_NONE, c.getInt(ATTENDEE_STATUS));
459 assertEquals(Attendees.ATTENDEE_STATUS_ACCEPTED, c.getInt(ATTENDEE_STATUS));
471 assertEquals(Attendees.ATTENDEE_STATUS_ACCEPTED, c.getInt(ATTENDEE_STATUS));
473 assertEquals(Attendees.ATTENDEE_STATUS_ACCEPTED, c.getInt(ATTENDEE_STATUS));
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 227 Attendees.ATTENDEE_STATUS, // 4
452 values.put(Attendees.ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_ACCEPTED);
474 values.put(Attendees.ATTENDEE_STATUS, model.mSelfAttendeeStatus);
549 values.put(Attendees.ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_NONE);
    [all...]
  /frameworks/base/core/java/android/provider/
CalendarContract.java     [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/event/
EditEventHelperTest.java 277 mExpectedValues.put(Attendees.ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_NONE);
291 mExpectedValues.put(Attendees.ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_ACCEPTED);
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/adapter/
CalendarSyncAdapter.java 110 new String[] {Attendees.ATTENDEE_STATUS};
342 attendeeCv.put(Attendees.ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_ACCEPTED);
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 601 Attendees.ATTENDEE_STATUS,
625 attendee.put(Attendees.ATTENDEE_STATUS, status);
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 129 Attendees.ATTENDEE_STATUS + "," +
436 CalendarContract.Attendees.ATTENDEE_STATUS + " INTEGER," +
    [all...]
CalendarProvider2.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java 599 Attendees.ATTENDEE_STATUS, // 1
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 322 milliseconds