HomeSort by relevance Sort by last modified time
    Searched refs:ATTENDEE_STATUS (Results 1 - 24 of 24) 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 261 intent.putExtra(Attendees.ATTENDEE_STATUS, status);
284 values.put(Attendees.ATTENDEE_STATUS, status);
CalendarController.java 22 import static android.provider.CalendarContract.Attendees.ATTENDEE_STATUS;
763 intent.putExtra(ATTENDEE_STATUS, response);
    [all...]
AllInOneActivity.java 80 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/Contacts/src/com/android/contacts/interactions/
CalendarInteraction.java 115 return mValues.getAsInteger(Attendees.ATTENDEE_STATUS);
  /frameworks/base/services/core/java/com/android/server/notification/
CalendarTracker.java 63 Attendees.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...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 602 Attendees.ATTENDEE_STATUS,
626 attendee.put(Attendees.ATTENDEE_STATUS, status);
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 130 Attendees.ATTENDEE_STATUS + "," +
437 CalendarContract.Attendees.ATTENDEE_STATUS + " INTEGER," +
    [all...]
CalendarProvider2.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java 588 Attendees.ATTENDEE_STATUS, // 1
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
android-4.0.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
android-4.1.1.4.jar 

Completed in 223 milliseconds